diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-08-06 14:56:52 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-08-06 15:13:20 +0200 |
commit | e587104ad4ff5473e8f76e47672e264b2094c7ef (patch) | |
tree | 1ccee342745adc73ccf8c30ef125f7474728c4c5 /po/ms | |
parent | 7c3d101f1949bf61a9dd7a00722724b69983e232 (diff) | |
download | amarok-e587104ad4ff5473e8f76e47672e264b2094c7ef.tar.gz amarok-e587104ad4ff5473e8f76e47672e264b2094c7ef.zip |
Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 913f739a194526a4db7121254260831e0075f672)
Diffstat (limited to 'po/ms')
-rw-r--r-- | po/ms/amarok.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/ms/amarok.po b/po/ms/amarok.po index 999a3516..acd1495a 100644 --- a/po/ms/amarok.po +++ b/po/ms/amarok.po @@ -9048,7 +9048,7 @@ msgid "" "_n: %n artist\n" "%n artists" msgstr "" -"_n: %n artist\n" +"%n artist\n" "%n artis" #: statistics.cpp:257 |