talons

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

commit cf15ba642055209b04fa647c5bb5411676cb1ba3
parent ff2577793c2c6b739e7b8e30f46d9db5a2ec6edf
Author: Paul <paul@claws-mail.org>
Date:   Thu,  7 May 2020 17:31:13 +0100

fix last commit

Diffstat:
Msrc/prefs_template.c | 6+++---
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"}, + {_("Name"), &templates.entry_name, FALSE, + _("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."}, + _("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},