commit b6c8484e62774495c35ec6b7996f1c4150ef5219
parent 6e07ee63b095bed0a715007327639c9e0a51c723
Author: Colin Leroy <colin@colino.net>
Date: Wed, 17 Apr 2013 13:45:41 +0200
Fix plugin description.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/fancy/fancy_viewer.c b/src/plugins/fancy/fancy_viewer.c
@@ -1036,7 +1036,7 @@ const gchar *plugin_desc(void)
{
return g_strdup_printf(_("This plugin renders HTML mail using the WebKit "
"%d.%d.%d library.\nBy default all remote content is "
- "blocked and images are not automatically loaded. Options "
+ "blocked. Options "
"can be found in /Configuration/Preferences/Plugins/Fancy"),
WEBKIT_MAJOR_VERSION, WEBKIT_MINOR_VERSION,
WEBKIT_MICRO_VERSION);