Renamed the views to * view

CURA-4212
This commit is contained in:
Mark 2017-09-11 14:23:32 +02:00
parent 4507f6c8e2
commit af3b799cfa
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ catalog = i18nCatalog("cura")
def getMetaData():
return {
"view": {
"name": catalog.i18nc("@item:inlistbox", "Layers"),
"name": catalog.i18nc("@item:inlistbox", "Layer view"),
"view_panel": "LayerView.qml",
"weight": 2
}