projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c7418e
)
Fix a typo.
author
wwp
<wwp@free.fr>
Wed, 3 Sep 2014 11:37:50 +0000
(13:37 +0200)
committer
wwp
<wwp@free.fr>
Wed, 3 Sep 2014 11:37:50 +0000
(13:37 +0200)
src/prefs_template.c
patch
|
blob
|
history
diff --git
a/src/prefs_template.c
b/src/prefs_template.c
index bafd768af7e6b0688628071c841f303e3df25767..90722f8b0e1f291d74db9c8d564472ba3cf76e81 100644
(file)
--- a/
src/prefs_template.c
+++ b/
src/prefs_template.c
@@
-832,7
+832,7
@@
static gboolean prefs_template_list_view_set_row(gint row)
return FALSE;
}
if (!prefs_template_string_is_valid(replyto, NULL, TRUE, TRUE)) {
- alertpanel_error(_("The \"Reply
t-To\" field of the template contains an invalid email address."));
+ alertpanel_error(_("The \"Reply
-To\" field of the template contains an invalid email address."));
g_free(replyto);
g_free(value);
return FALSE;