mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
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.
This commit is contained in:
parent
fb081aa30d
commit
dcd792c34c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue