From 0052ffaa58fd0548b886ea2972a802a02e419b68 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: [PATCH] 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 (cherry picked from commit 916696ed571803baf739626e3549ca1f979eb48d) --- translations/messages/nl.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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