mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue