mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Column
|
|||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
renderType: Text.NativeRendering
|
||||
text: catalog.i18nc("@label", "Ultimaker Cloud")
|
||||
text: "Ultimaker Cloud"
|
||||
font: UM.Theme.getFont("large_bold")
|
||||
color: UM.Theme.getColor("text")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue