diff options
author | Automated System <[email protected]> | 2021-11-27 18:36:02 +0000 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2021-11-27 18:36:02 +0000 |
commit | bc18da23a976424bc9dd883fa7e5ce2f55ddd9cf (patch) | |
tree | 02054f716eec76d1c50eae41adddbe3e1bf9ca03 | |
parent | 8b1b34afd57651e60ff633868af2a4f626aa8217 (diff) | |
download | dolphin-bc18da23a976424bc9dd883fa7e5ce2f55ddd9cf.tar.gz dolphin-bc18da23a976424bc9dd883fa7e5ce2f55ddd9cf.zip |
Fix plural form of translations.
The leading '_n: ' should not be part of the 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 af662cf..96c091b 100644 --- a/translations/messages/pt.po +++ b/translations/messages/pt.po @@ -644,7 +644,7 @@ msgid "" "_n: Rename the %n selected items to:\n" "Rename the %n selected items to:" msgstr "" -"_n: Renomear o %n item seleccionado para:\n" +"Renomear o %n item seleccionado para:\n" "Renomear os %n itens seleccionados para:" #: renamedialog.cpp:43 |