Browse Source

Merge branch 'master' of github.com:Ultimaker/Cura

Jaime van Kessel 8 years ago
parent
commit
88bbadead8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/LayerView/LayerView.qml

+ 2 - 2
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
             }
         }