modify PGP/MIME plugin's description
[claws.git] / src / plugins / pgpmime / plugin.c
index 29f548175431e378591d6610e884418396fc24b4..130ae59a8cb210f319c72f328b86109ce2b0df9f 100644 (file)
@@ -60,7 +60,11 @@ const gchar *plugin_name(void)
 
 const gchar *plugin_desc(void)
 {
-       return _("");
+       return _("This plugin enables signature verification of "
+                "digitally signed messages, and decryption of "
+                "encrypted messages. \n"
+                "\n"
+                "You don't need it to send signed or encrypted emails.");
 }
 
 const gchar *plugin_type(void)