Make the disabled text translatable

Contributes to CURA-5941.
This commit is contained in:
Diego Prado Gesto 2018-12-10 14:45:11 +01:00
parent 590e8f5eb1
commit aa376e60da
3 changed files with 3 additions and 3 deletions

View file

@ -109,7 +109,7 @@ Item
anchors.fill: parent
leftPadding: background.padding
rightPadding: background.padding
text: "This component is disabled"
text: catalog.i18nc("@label default disabled text", "This component is disabled")
font: UM.Theme.getFont("default")
renderType: Text.NativeRendering
verticalAlignment: Text.AlignVCenter