mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:39:04 +08:00
Changed the translation string context in the ComboBox items in the image import dialog to their correct value of "@item:inlistbox".
This commit is contained in:
parent
a43f9ef435
commit
44217fbf94
@ -146,7 +146,7 @@ UM.Dialog
|
|||||||
ComboBox {
|
ComboBox {
|
||||||
id: image_color_invert
|
id: image_color_invert
|
||||||
objectName: "Image_Color_Invert"
|
objectName: "Image_Color_Invert"
|
||||||
model: [ catalog.i18nc("@action:label","Lighter is higher"), catalog.i18nc("@action:label","Darker is higher") ]
|
model: [ catalog.i18nc("@item:inlistbox","Lighter is higher"), catalog.i18nc("@item:inlistbox","Darker is higher") ]
|
||||||
width: 180
|
width: 180
|
||||||
onCurrentIndexChanged: { manager.onImageColorInvertChanged(currentIndex) }
|
onCurrentIndexChanged: { manager.onImageColorInvertChanged(currentIndex) }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user