commit 250094ca69c43d406027a1071cefb1f4065196af parent 8c7418e621902913b0f1ecfce19eecc8557de6a3 Author: wwp <wwp@free.fr> Date: Wed, 3 Sep 2014 13:37:50 +0200 Fix a typo. Diffstat:
| M | src/prefs_template.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 \"Replyt-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;