From dcd792c34c7a1ca086928edbc8364e0d65f62750 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 15 Jul 2022 10:35:19 +0200 Subject: Fix capital letter of Parser It's in a column of descriptions where each description starts with a capital letter. However in this case the translator couldn't have known that it needs to start with a capital letter since JSON is allcaps anyway. Contributes to issue CURA-9420. --- resources/i18n/pt_BR/cura.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/i18n/pt_BR/cura.po b/resources/i18n/pt_BR/cura.po index 709703c969..875f06c8c9 100644 --- a/resources/i18n/pt_BR/cura.po +++ b/resources/i18n/pt_BR/cura.po @@ -3913,7 +3913,7 @@ msgstr "Biblioteca de recorte de polĂ­gonos" #: /home/trin/Gedeeld/Projects/Cura/resources/qml/Dialogs/AboutDialog.qml:155 msgctxt "@label" msgid "JSON parser" -msgstr "parser JSON" +msgstr "Parser JSON" #: /home/trin/Gedeeld/Projects/Cura/resources/qml/Dialogs/AboutDialog.qml:156 msgctxt "@label" -- cgit v1.2.3