Clarifications and fixes to source strings

Found during work on CURA-7622.
This commit is contained in:
Ghostkeeper 2020-08-21 16:39:42 +02:00
parent 87fb495e07
commit 222d6604e0
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
// Copyright (c) 2018 Ultimaker B.V.
// Copyright (c) 2020 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.10
@ -96,7 +96,7 @@ Column
id: cloudButton
width: UM.Theme.getSize("account_button").width
height: UM.Theme.getSize("account_button").height
text: catalog.i18nc("@button", "Ultimaker Digital Factory")
text: "Ultimaker Digital Factory"
onClicked: Qt.openUrlExternally(CuraApplication.ultimakerDigitalFactoryUrl)
fixedWidthMode: false
}