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
This commit is contained in:
Christian Stimming 2006-01-31 20:27:02 +00:00
parent 100dcd40cf
commit 97c38aeb89

View File

@ -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);