mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:48:59 +08:00
Fix untranslatable text
This commit is contained in:
parent
87555a38c4
commit
94813d9e0d
@ -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…
x
Reference in New Issue
Block a user