mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Fix i18n context
This commit is contained in:
parent
73253d3807
commit
aef34d4688
1 changed files with 2 additions and 2 deletions
|
@ -165,11 +165,11 @@ Item
|
||||||
Component.onCompleted:
|
Component.onCompleted:
|
||||||
{
|
{
|
||||||
layerViewTypes.append({
|
layerViewTypes.append({
|
||||||
text: catalog.i18nc("@title:layerview mode", "Material Color"),
|
text: catalog.i18nc("@label:listbox", "Material Color"),
|
||||||
type_id: 0
|
type_id: 0
|
||||||
})
|
})
|
||||||
layerViewTypes.append({
|
layerViewTypes.append({
|
||||||
text: catalog.i18nc("@title:layerview mode", "Line Type"),
|
text: catalog.i18nc("@label:listbox", "Line Type"),
|
||||||
type_id: 1 // these ids match the switching in the shader
|
type_id: 1 // these ids match the switching in the shader
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue