mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
Fix untranslatable text
This commit is contained in:
parent
87555a38c4
commit
94813d9e0d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue