commit a57ef02df188073ccd66fb8278d6bf7e5a8e11c0 parent 63e9f669694a07278a21c8b6f9869dcc1b6be8b4 Author: paul <paul@claws-mail.org> Date: Fri, 3 Sep 2021 09:27:46 +0100 prefix this translator msg in such a way that the translators will see it Diffstat:
| M | 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 @@ -1273,7 +1273,7 @@ gboolean plugin_done(void) const gchar *plugin_name(void) { - /* i18n: 'Fancy' here is name of the plugin, not the english word. */ + /* TRANSLATORS: 'Fancy' here is name of the plugin, not the english word. */ return _("Fancy HTML Viewer"); }