[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-950-g56cf061f6
paul at claws-mail.org
paul at claws-mail.org
Thu May 7 20:01:38 CEST 2020
The branch, gtk3 has been updated
via 56cf061f656895a843e1cda5f1a4fa9f81b5265e (commit)
from cf15ba642055209b04fa647c5bb5411676cb1ba3 (commit)
Summary of changes:
src/prefs_template.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 56cf061f656895a843e1cda5f1a4fa9f81b5265e
Author: Paul <paul at claws-mail.org>
Date: Thu May 7 19:00:35 2020 +0100
fix the fix
what a palaver
diff --git a/src/prefs_template.c b/src/prefs_template.c
index 09bcc9b9f..ce885499d 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")},
+ {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},
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list