[Commits] fancy_viewer.c 1.1.2.57 1.1.2.58
ticho at claws-mail.org
ticho at claws-mail.org
Sun Nov 18 16:21:28 CET 2012
Update of /home/claws-mail/plugins/fancy/src
In directory srv:/tmp/cvs-serv329/src
Modified Files:
Tag: gtk2
fancy_viewer.c
Log Message:
2012-11-18 [ticho] 0.9.17cvs2
* src/fancy_viewer.c
Make plugin description translatable.
Index: fancy_viewer.c
===================================================================
RCS file: /home/claws-mail/plugins/fancy/src/Attic/fancy_viewer.c,v
retrieving revision 1.1.2.57
retrieving revision 1.1.2.58
diff -u -d -r1.1.2.57 -r1.1.2.58
--- fancy_viewer.c 10 Oct 2012 12:23:32 -0000 1.1.2.57
+++ fancy_viewer.c 18 Nov 2012 15:21:25 -0000 1.1.2.58
@@ -1197,10 +1197,10 @@
const gchar *plugin_desc(void)
{
- return g_strdup_printf("This plugin renders HTML mail using the WebKit "
+ 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 "
- "can be found in /Configuration/Preferences/Plugins/Fancy",
+ "can be found in /Configuration/Preferences/Plugins/Fancy"),
WEBKIT_MAJOR_VERSION, WEBKIT_MINOR_VERSION,
WEBKIT_MICRO_VERSION);
}
More information about the Commits
mailing list