Ensure that the tooltip text is translated

CURA-6004
This commit is contained in:
Jaime van Kessel 2018-12-20 16:31:57 +01:00
parent 3953c7bb3a
commit 3f599bd06f

View file

@ -109,7 +109,7 @@ Column
fixedWidthMode: true
anchors.fill: parent
text: catalog.i18nc("@button", "Slice")
tooltip: "Start slicing process"
tooltip: catalog.i18nc("@label", "Start the slicing process")
enabled: widget.backendState != UM.Backend.Error
visible: widget.backendState == UM.Backend.NotStarted || widget.backendState == UM.Backend.Error
onClicked: sliceOrStopSlicing()