[Gnucash-changes] r13526 - gnucash/trunk/po - fix plural message error that msgfmt -c and KBabel missed

Neil Williams codehelp at cvs.gnucash.org
Tue Mar 7 17:12:58 EST 2006


Author: codehelp
Date: 2006-03-07 17:12:57 -0500 (Tue, 07 Mar 2006)
New Revision: 13526
Trac: http://svn.gnucash.org/trac/changeset/13526

Modified:
   gnucash/trunk/po/en_GB.po
Log:
fix plural message error that msgfmt -c and KBabel missed

Modified: gnucash/trunk/po/en_GB.po
===================================================================
--- gnucash/trunk/po/en_GB.po	2006-03-07 22:01:35 UTC (rev 13525)
+++ gnucash/trunk/po/en_GB.po	2006-03-07 22:12:57 UTC (rev 13526)
@@ -3490,7 +3490,7 @@
 #, c-format
 msgid "Are you sure you want to delete the %d selected price?"
 msgid_plural "Are you sure you want to delete the %d selected prices?"
-msgstr[0] "Are you sure you want to delete the selected price?"
+msgstr[0] "Are you sure you want to delete the %d selected price?"
 msgstr[1] "Are you sure you want to delete the %d selected prices?"
 
 #: ../src/gnome/dialog-price-edit-db.c:175



More information about the gnucash-changes mailing list