[Gnucash-changes] r13060 - gnucash/trunk/src/gnome - Revert erroneous ngettext change; ngettext changes the text, but not the format arguments

Christian Stimming cstim at cvs.gnucash.org
Tue Jan 31 15:27:03 EST 2006


Author: cstim
Date: 2006-01-31 15:27:02 -0500 (Tue, 31 Jan 2006)
New Revision: 13060
Trac: http://svn.gnucash.org/trac/changeset/13060

Modified:
   gnucash/trunk/src/gnome/dialog-price-edit-db.c
Log:
Revert erroneous ngettext change; ngettext changes the text, but not the format arguments

Modified: gnucash/trunk/src/gnome/dialog-price-edit-db.c
===================================================================
--- gnucash/trunk/src/gnome/dialog-price-edit-db.c	2006-01-31 19:52:43 UTC (rev 13059)
+++ gnucash/trunk/src/gnome/dialog-price-edit-db.c	2006-01-31 20:27:02 UTC (rev 13060)
@@ -164,7 +164,7 @@
     message = g_strdup_printf
       (/* Translators: %d is the number of prices. This
 	  is a ngettext(3) message. */
-       ngettext("Are you sure you want to delete the selected price?",
+       ngettext("Are you sure you want to delete the %d selected price?",
 		"Are you sure you want to delete the %d selected prices?",
 		length),
        length);



More information about the gnucash-changes mailing list