diff options
author | Automated System <[email protected]> | 2022-09-24 18:38:35 +0000 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2022-09-24 18:38:35 +0000 |
commit | 494b6a69f762ef141d606a3aaa91ddf2f382e02e (patch) | |
tree | 485eb1af7d886bbbec50d20eacb46805d66b5320 | |
parent | 2ce7c0166447286f541a6f076da2f3cbf4102837 (diff) | |
download | abakus-494b6a69f762ef141d606a3aaa91ddf2f382e02e.tar.gz abakus-494b6a69f762ef141d606a3aaa91ddf2f382e02e.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 38d6310..6946474 100644 --- a/translations/messages/pt.po +++ b/translations/messages/pt.po @@ -67,7 +67,7 @@ msgid "" "_n: Remove all variables (1 variable)\n" "Remove all variables (%n variables)" msgstr "" -"_n: remove todas as variáveis (1 variável)\n" +"remove todas as variáveis (1 variável)\n" "Remova todas as variáveis (%n variáveis)" #: abakuslistview.cpp:200 |