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:
Ghostkeeper 2017-09-27 17:31:26 +02:00
parent 94846d0faf
commit 2715ef604d
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -33,7 +33,7 @@ Component
{ {
id: printerGroupLabel id: printerGroupLabel
anchors.top: activePrintersLabel.bottom anchors.top: activePrintersLabel.bottom
text: catalog.i18nc("@label", "PRINTER GROUP") text: catalog.i18nc("@label", "Printer Group").toUpperCase()
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
font: UM.Theme.getFont("very_small") font: UM.Theme.getFont("very_small")
opacity: 0.65 opacity: 0.65