mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 06:19:03 +08:00
Renamed the views to * view
CURA-4212
This commit is contained in:
parent
4507f6c8e2
commit
af3b799cfa
@ -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
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ i18n_catalog = i18nCatalog("cura")
|
||||
def getMetaData():
|
||||
return {
|
||||
"view": {
|
||||
"name": i18n_catalog.i18nc("@item:inmenu", "Solid"),
|
||||
"name": i18n_catalog.i18nc("@item:inmenu", "Solid view"),
|
||||
"weight": 0
|
||||
}
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ catalog = i18nCatalog("cura")
|
||||
def getMetaData():
|
||||
return {
|
||||
"view": {
|
||||
"name": catalog.i18nc("@item:inlistbox", "X-Ray"),
|
||||
"name": catalog.i18nc("@item:inlistbox", "X-Ray view"),
|
||||
"weight": 1
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user