QML: Remove name of application

For me having "Cura" under the logo actually doesn't make sense, as it is quite obvious by the logo that we are talking about _Cura_ here. So in my opinion we can prefix the application version here with "version: " instead.

Untested but it should work (fingers crossed)
This commit is contained in:
Thomas Karl Pietrowski 2016-12-02 20:58:16 +01:00 committed by GitHub
parent a1acfe167c
commit 70c6b3acb8

View File

@ -40,7 +40,7 @@ UM.Dialog
{
id: version
text: "Cura %1".arg(UM.Application.version)
text: catalog.i18nc("@label","version: %1").arg(UM.Application.version)
font: UM.Theme.getFont("large")
anchors.horizontalCenter : logo.horizontalCenter
anchors.horizontalCenterOffset : (logo.width * 0.25)