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:
Ghostkeeper 2019-03-13 14:26:37 +01:00
parent 7e1f47dc03
commit cfa02c39ec
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -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")
}