From 0da54ef53d43c3fea87974aecbd58a03aa102812 Mon Sep 17 00:00:00 2001 From: Automated System Date: Mon, 18 Oct 2021 23:39:21 +0000 Subject: [PATCH] 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"