From e82bb29e1d3067d90408ad38bd33e3a0ea24895a Mon Sep 17 00:00:00 2001 From: Jack Ha Date: Mon, 20 Feb 2017 09:57:25 +0100 Subject: [PATCH] Revert translation of listmodel text. CURA-3273 --- plugins/LayerView/LayerView.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/LayerView/LayerView.qml b/plugins/LayerView/LayerView.qml index 1b0a58d55b..66fd6d3f7b 100644 --- a/plugins/LayerView/LayerView.qml +++ b/plugins/LayerView/LayerView.qml @@ -161,11 +161,11 @@ Item { id: layerViewTypes ListElement { - text: catalog.i18nc("@label", "Material Color") + text: "Material Color" type_id: 0 } ListElement { - text: catalog.i18nc("@label", "Line Type") + text: "Line Type" type_id: 1 // these ids match the switching in the shader } }