mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
100dcd40cf
commit
97c38aeb89
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user