diff --git a/plugins/LayerView/LayerView.qml b/plugins/LayerView/LayerView.qml index a06a498158..41e39ef2c3 100644 --- a/plugins/LayerView/LayerView.qml +++ b/plugins/LayerView/LayerView.qml @@ -165,11 +165,11 @@ Item Component.onCompleted: { layerViewTypes.append({ - text: catalog.i18nc("@title:layerview mode", "Material Color"), + text: catalog.i18nc("@label:listbox", "Material Color"), type_id: 0 }) 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 }) }