mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 15:43:16 +08:00
Don't allow translating 'Ultimaker Cloud'
It is a marketing name and shouldn't be translated then. Contributes to issue CURA-6257.
This commit is contained in:
parent
7e1f47dc03
commit
cfa02c39ec
@ -26,7 +26,7 @@ Column
|
|||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
text: catalog.i18nc("@label", "Ultimaker Cloud")
|
text: "Ultimaker Cloud"
|
||||||
font: UM.Theme.getFont("large_bold")
|
font: UM.Theme.getFont("large_bold")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user