From 0b82e85a4a08eca8a0d199ce6188c2eb91b1b50e Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Tue, 7 Mar 2006 22:12:57 +0000 Subject: [PATCH] fix plural message error that msgfmt -c and KBabel missed git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13526 57a11ea4-9604-0410-9ed3-97b8803252fd --- po/en_GB.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/en_GB.po b/po/en_GB.po index b7e4c30d91..822cce1f3c 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -3490,7 +3490,7 @@ msgstr "Find Transaction" #, 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