mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Clarifications and fixes to source strings
Found during work on CURA-7622.
This commit is contained in:
parent
87fb495e07
commit
222d6604e0
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue