commit 56cf061f656895a843e1cda5f1a4fa9f81b5265e
parent cf15ba642055209b04fa647c5bb5411676cb1ba3
Author: Paul <paul@claws-mail.org>
Date: Thu, 7 May 2020 19:00:35 +0100
fix the fix
what a palaver
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/prefs_template.c b/src/prefs_template.c
@@ -75,10 +75,10 @@ static struct
gboolean compl;
gchar *tooltips;
} widgets_table[] = {
- {_("Name"), &templates.entry_name, FALSE,
- _("This name is used as the Menu item")},
+ {N_("Name"), &templates.entry_name, FALSE,
+ N_("This name is used as the Menu item")},
{"From", &templates.entry_from, TRUE,
- _("Override composing account's From header. This doesn't change the composing account.")},
+ N_("Override composing account's From header. This doesn't change the composing account.")},
{"To", &templates.entry_to, TRUE, NULL},
{"Cc", &templates.entry_cc, TRUE, NULL},
{"Bcc", &templates.entry_bcc, TRUE, NULL},