[Commits] mbox.c 1.28.2.55 1.28.2.56

ticho at claws-mail.org ticho at claws-mail.org
Sun Nov 18 16:41:04 CET 2012


Update of /home/claws-mail/claws/src
In directory srv:/tmp/cvs-serv4941/src

Modified Files:
      Tag: gtk2
	mbox.c 
Log Message:
2012-11-18 [ticho]	3.9.0cvs13

	* src/mbox.c
		Improve i18n plural handling in a string used while
		importing from mbox.

Index: mbox.c
===================================================================
RCS file: /home/claws-mail/claws/src/mbox.c,v
retrieving revision 1.28.2.55
retrieving revision 1.28.2.56
diff -u -d -r1.28.2.55 -r1.28.2.56
--- mbox.c	7 Nov 2012 19:51:28 -0000	1.28.2.55
+++ mbox.c	18 Nov 2012 15:41:02 -0000	1.28.2.56
@@ -140,7 +140,9 @@
 		if (msgs > 0 && msgs%500 == 0) {
 			if (printed)
 				statusbar_pop_all();
-			statusbar_print_all(_("Importing from mbox... (%d mails imported)"), msgs);
+			statusbar_print_all(
+					ngettext("Importing from mbox... (%d mail imported)",
+						"Importing from mbox ... (%d mails imported)", msgs), msgs);
 			printed=TRUE;
 			GTK_EVENTS_FLUSH();
 		}



More information about the Commits mailing list