diff options
author | Automated System <gitea@mirror.git.trinitydesktop.org> | 2021-11-27 18:36:01 +0000 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2021-11-27 18:36:01 +0000 |
commit | 78f3a8707f036f52fd6527c08faa6748894db29e (patch) | |
tree | 9c530579841e98cd6d59c271f04302240973180d /translations | |
parent | bf12bd5bc7d6f675a6c45640ffc5347a10c40974 (diff) | |
download | amarok-78f3a8707f036f52fd6527c08faa6748894db29e.tar.gz amarok-78f3a8707f036f52fd6527c08faa6748894db29e.zip |
Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
Diffstat (limited to 'translations')
-rw-r--r-- | translations/messages/pt.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/messages/pt.po b/translations/messages/pt.po index 032b481e..60c4c3d7 100644 --- a/translations/messages/pt.po +++ b/translations/messages/pt.po @@ -925,7 +925,7 @@ msgid "" "_n: One dropped file is invalid\n" "%n dropped files are invalid" msgstr "" -"_n: Um ficheiro largado é inválido\n" +"Um ficheiro largado é inválido\n" "%n ficheiros largados são inválidos" #: collectionbrowser.cpp:1953 |