From 97c38aeb890a35a7a72223b4db0f68d1b97fa2db Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 31 Jan 2006 20:27:02 +0000 Subject: [PATCH] Revert erroneous ngettext change; ngettext changes the text, but not the format arguments git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13060 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/dialog-price-edit-db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gnome/dialog-price-edit-db.c b/src/gnome/dialog-price-edit-db.c index 430ec64b1f..c3e1c70438 100644 --- a/src/gnome/dialog-price-edit-db.c +++ b/src/gnome/dialog-price-edit-db.c @@ -164,7 +164,7 @@ gnc_prices_dialog_remove_clicked (GtkWidget *widget, gpointer data) 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);