talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 6dd564cae0a858dd427c447f3b634169b18caa97
parent cef532d7aa45b9a7ca9b036b9a21cd3a887c66b9
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:
Msrc/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 @@ -1168,7 +1168,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"); }