[Commits] [SCM] claws branch, master, updated. 3.13.2-137-gc4ebc9d

ticho at claws-mail.org ticho at claws-mail.org
Fri May 6 19:43:24 CEST 2016


The branch, master has been updated
       via  c4ebc9dacb8242351b3cc485aadfe6bc05f89cd8 (commit)
      from  44d6f5762a6821e4e37656acbd3a4cc123f22218 (commit)

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


- Log -----------------------------------------------------------------
commit c4ebc9dacb8242351b3cc485aadfe6bc05f89cd8
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Fri May 6 19:43:16 2016 +0200

    Improve plural handling for "Delete message" dialog.

diff --git a/src/summaryview.c b/src/summaryview.c
index 8e013bd..62e8e91 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -4403,7 +4403,7 @@ void summary_delete(SummaryView *summaryview)
 				"Do you really want to delete the selected message?",
 				"Do you really want to delete the %d selected messages?", num), 
 				num);
-			aval = alertpanel(_("Delete message(s)"),
+			aval = alertpanel(ngettext("Delete message", "Delete messages", num),
 					  buf,
 					  GTK_STOCK_CANCEL, "+"GTK_STOCK_DELETE, NULL);
 			g_free(buf);

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list