From b6c8484e62774495c35ec6b7996f1c4150ef5219 Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Wed, 17 Apr 2013 13:45:41 +0200 Subject: [PATCH 1/1] Fix plugin description. --- src/plugins/fancy/fancy_viewer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/fancy/fancy_viewer.c b/src/plugins/fancy/fancy_viewer.c index 642aa8e1b..8c6d02ce1 100644 --- 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); -- 2.25.1