balsa r8047 - in trunk: . src
- From: PeterB svn gnome org
- To: svn-commits-list gnome org
- Subject: balsa r8047 - in trunk: . src
- Date: Sun, 11 Jan 2009 01:37:15 +0000 (UTC)
Author: PeterB
Date: Sun Jan 11 01:37:15 2009
New Revision: 8047
URL: http://svn.gnome.org/viewvc/balsa?rev=8047&view=rev
Log:
fix string--marcel telka sk
Modified:
trunk/ChangeLog
trunk/src/main-window.c
Modified: trunk/src/main-window.c
==============================================================================
--- trunk/src/main-window.c (original)
+++ trunk/src/main-window.c Sun Jan 11 01:37:15 2009
@@ -4303,8 +4303,10 @@
g_error_free(err);
} else {
if(dup_count)
- balsa_information(LIBBALSA_INFORMATION_MESSAGE,
- _("Removed %d duplicates"), dup_count);
+ balsa_information(LIBBALSA_INFORMATION_MESSAGE,
+ ngettext("Removed %d duplicate",
+ "Removed %d duplicates",
+ dup_count), dup_count);
else
balsa_information(LIBBALSA_INFORMATION_MESSAGE,
_("No duplicates found"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]