talons

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

commit 54edd9b20ef4230b2a3108f2800325ec350fd449
parent 762f1218723bc28c72b118f549bed9111d2fb20b
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 @@ -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"}, + {_("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},