From 494b6a69f762ef141d606a3aaa91ddf2f382e02e Mon Sep 17 00:00:00 2001 From: Automated System Date: Sat, 24 Sep 2022 18:38:35 +0000 Subject: Fix plural form of translations. The leading '_n: ' should not be part of the translations. --- translations/messages/pt.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3