commit 73bd052b7c73e918f9d5db42b938805c15a19ec0
parent 54edd9b20ef4230b2a3108f2800325ec350fd449
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
@@ -76,10 +76,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},