[Commits] [SCM] claws branch, master, updated. 3.17.5-13-g73bd052b7
paul at claws-mail.org
paul at claws-mail.org
Thu May 7 20:00:39 CEST 2020
The branch, master has been updated
via 73bd052b7c73e918f9d5db42b938805c15a19ec0 (commit)
from 54edd9b20ef4230b2a3108f2800325ec350fd449 (commit)
Summary of changes:
src/prefs_template.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 73bd052b7c73e918f9d5db42b938805c15a19ec0
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 3f19df7e6..77a34bed4 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")},
+ {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