[Commits] [SCM] claws branch, master, updated. 3.10.1-153-g250094c

wwp at claws-mail.org wwp at claws-mail.org
Wed Sep 3 13:37:57 CEST 2014


The branch, master has been updated
       via  250094ca69c43d406027a1071cefb1f4065196af (commit)
      from  8c7418e621902913b0f1ecfce19eecc8557de6a3 (commit)

Summary of changes:
 src/prefs_template.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 250094ca69c43d406027a1071cefb1f4065196af
Author: wwp <wwp at free.fr>
Date:   Wed Sep 3 13:37:50 2014 +0200

    Fix a typo.

diff --git a/src/prefs_template.c b/src/prefs_template.c
index bafd768..90722f8 100644
--- 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;

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list