[Commits] [SCM] claws branch, master, updated. 3.17.5-12-g54edd9b20

paul at claws-mail.org paul at claws-mail.org
Thu May 7 18:31:17 CEST 2020


The branch, master has been updated
       via  54edd9b20ef4230b2a3108f2800325ec350fd449 (commit)
      from  762f1218723bc28c72b118f549bed9111d2fb20b (commit)

Summary of changes:
 src/prefs_template.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit 54edd9b20ef4230b2a3108f2800325ec350fd449
Author: Paul <paul at claws-mail.org>
Date:   Thu May 7 17:31:13 2020 +0100

    fix last commit

diff --git a/src/prefs_template.c b/src/prefs_template.c
index ee6a02da3..3f19df7e6 100644
--- 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},

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list