mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 12:15:59 +08:00
Translate title of sign in screen
Formerly this probably wasn't translated because it's like a name or term. But now it definitely needs to be translated. Contributes to issue CURA-8107. Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
7f353d72a7
commit
e6951327bb
@ -17,7 +17,7 @@ Column
|
|||||||
id: title
|
id: title
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
text: "Sign in to the Ultimaker platform"
|
text: catalog.i18nc("@label", "Sign in to the Ultimaker platform")
|
||||||
font: UM.Theme.getFont("large_bold")
|
font: UM.Theme.getFont("large_bold")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
}
|
}
|
||||||
@ -62,4 +62,4 @@ Column
|
|||||||
text: catalog.i18nc("@button", "Create a free Ultimaker account")
|
text: catalog.i18nc("@button", "Create a free Ultimaker account")
|
||||||
onClicked: Qt.openUrlExternally(CuraApplication.ultimakerCloudAccountRootUrl + "/app/create")
|
onClicked: Qt.openUrlExternally(CuraApplication.ultimakerCloudAccountRootUrl + "/app/create")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user