Fix plural form of translations.

The leading '_n: ' should not be part of the translations.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a962d6e0be)
pull/10/head
Slávek Banko 4 years ago
parent ea9c6e4992
commit 0080be6df6
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -515,7 +515,7 @@ msgid ""
"_n: <qt>Do you really want to delete this note?</qt>\n"
"<qt>Do you really want to delete those <b>%n</b> notes?</qt>"
msgstr ""
"_n: <qt>Naozaj chcete odstrániť túto poznámku?</qt>\n"
"<qt>Naozaj chcete odstrániť túto poznámku?</qt>\n"
"<qt>Naozaj chcete odstrániť tieto poznámky <b>%n</b> ?</qt>"
#: basket.cpp:4122

Loading…
Cancel
Save