summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAutomated System <gitea@mirror.git.trinitydesktop.org>2021-10-19 18:40:23 +0000
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2021-10-19 18:40:23 +0000
commit616cd07db8c3f6ef9e6af7f77a9144b32cc56959 (patch)
tree25fa9e68be22ec07c8b525c5a697367b11eb664b
parent383934e6aa7dbae0484d3ca7c61e3dfb56531aa3 (diff)
downloadtde-systemsettings-616cd07d.tar.gz
tde-systemsettings-616cd07d.zip
Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
-rw-r--r--translations/messages/systemsettings/pl.po4
1 files changed, 2 insertions, 2 deletions
diff --git a/translations/messages/systemsettings/pl.po b/translations/messages/systemsettings/pl.po
index 2d31688..061876f 100644
--- a/translations/messages/systemsettings/pl.po
+++ b/translations/messages/systemsettings/pl.po
@@ -105,7 +105,7 @@ msgid ""
"_n: %1 hit in General\n"
"%1 hits in General"
msgstr ""
-"_n: %1 element w Ogólnych\n"
+"%1 element w Ogólnych\n"
"%1 elementów w Ogólnych"
#: mainwindow.cpp:358
@@ -113,5 +113,5 @@ msgid ""
"_n: %1 hit in Advanced\n"
"%1 hits in Advanced"
msgstr ""
-"_n: %1 element w Zaawansowanych\n"
+"%1 element w Zaawansowanych\n"
"%1 elementów w Zaawansowanych"