From 616cd07db8c3f6ef9e6af7f77a9144b32cc56959 Mon Sep 17 00:00:00 2001 From: Automated System Date: Tue, 19 Oct 2021 18:40:23 +0000 Subject: Fix plural form of translations. The leading '_n: ' should not be part of the translations. --- translations/messages/systemsettings/pl.po | 4 ++-- 1 file 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" -- cgit v1.2.3