2004-12-03 [christoph] 0.9.12cvs181
[claws.git] / src / plugins / pgpmime / plugin.c
index d63698f3a5c33dbf088713c465513f6cf0717233..fa18b0390af5104312610d4fafefd7f12d8fd386 100644 (file)
@@ -64,11 +64,13 @@ const gchar *plugin_name(void)
 
 const gchar *plugin_desc(void)
 {
-       return _("This plugin enables signature verification of "
-                "digitally signed messages, and decryption of "
-                "encrypted messages. \n"
+       return _("This plugin handles PGP/MIME signed and/or encrypted "
+                "mails. You can decrypt mails, verify signatures or "
+                 "sign and encrypt your own mails.\n"
                 "\n"
-                "You don't need it to send signed or encrypted emails.");
+                "The plugin uses the GPGME library as a wrapper for GnuPG.\n"
+                "\n"
+                "GPGME is copyright 2001 by Werner Koch <dd9jn@gnu.org>\n");
 }
 
 const gchar *plugin_type(void)