From 916696ed571803baf739626e3549ca1f979eb48d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 6 Aug 2020 14:59:23 +0200 Subject: Fix plural form of translations. The leading '_n: ' should not be part of the translations. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- translations/messages/nl.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'translations') diff --git a/translations/messages/nl.po b/translations/messages/nl.po index 56ee5b8..fe3ffe1 100644 --- a/translations/messages/nl.po +++ b/translations/messages/nl.po @@ -179,7 +179,7 @@ msgid "" "_n: %n File\n" "%n Files" msgstr "" -"_n: %n bestand\n" +"%n bestand\n" "%n bestanden" #: src/part/radialMap/builder.cpp:133 -- cgit v1.2.1