Fix untranslatable text

This commit is contained in:
fieldOfView 2018-05-25 21:40:57 +02:00
parent 87555a38c4
commit 94813d9e0d

View file

@ -13,7 +13,7 @@ Button
id: base id: base
property var outputDevice: null property var outputDevice: null
property var matched: updateOnSync() property var matched: updateOnSync()
text: matched == true ? "Yes" : "No" text: matched == true ? catalog.i18nc("@label:extruder label", "Yes") : catalog.i18nc("@label:extruder label", "No")
width: parent.width width: parent.width
height: parent.height height: parent.height