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>
pull/8/head
Slávek Banko 4 years ago
parent d16d6525ab
commit a962d6e0be
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