[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-949-gcf15ba642
paul at claws-mail.org
paul at claws-mail.org
Thu May 7 18:32:05 CEST 2020
The branch, gtk3 has been updated
via cf15ba642055209b04fa647c5bb5411676cb1ba3 (commit)
from ff2577793c2c6b739e7b8e30f46d9db5a2ec6edf (commit)
Summary of changes:
src/prefs_template.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit cf15ba642055209b04fa647c5bb5411676cb1ba3
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 1064c42cf..09bcc9b9f 100644
--- 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},
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list