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 fbed66d088)
r14.0.x
Slávek Banko 4 years ago
parent c8113e4dac
commit 534c6d1391
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -324,7 +324,7 @@ msgid ""
"_n: Shell\n"
"Shell No. %n"
msgstr ""
"_n: Shell\n"
"Shell\n"
"Shell n. %n"
#: src/title_bar.cpp:25

@ -325,7 +325,7 @@ msgid ""
"_n: Shell\n"
"Shell No. %n"
msgstr ""
"_n: Powłoka\n"
"Powłoka\n"
"Powłoka nr %n"
#: src/title_bar.cpp:25

Loading…
Cancel
Save