mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:19:01 +08:00
Use lower case text for translation, then transform to upper case
The formatting is done in QML, regardless of how the data looks. Contributes to issue CURA-4341.
This commit is contained in:
parent
94846d0faf
commit
2715ef604d
@ -33,7 +33,7 @@ Component
|
||||
{
|
||||
id: printerGroupLabel
|
||||
anchors.top: activePrintersLabel.bottom
|
||||
text: catalog.i18nc("@label", "PRINTER GROUP")
|
||||
text: catalog.i18nc("@label", "Printer Group").toUpperCase()
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
font: UM.Theme.getFont("very_small")
|
||||
opacity: 0.65
|
||||
|
Loading…
x
Reference in New Issue
Block a user