mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Fix typo
CURA-8979
This commit is contained in:
parent
9dbc497fcb
commit
4b853b89bd
3 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ UM.ManagementPage
|
||||||
id: base
|
id: base
|
||||||
|
|
||||||
title: catalog.i18nc("@title:tab", "Printers")
|
title: catalog.i18nc("@title:tab", "Printers")
|
||||||
detailsPlaneCation: base.currentItem && base.currentItem.name ? base.currentItem.name : ""
|
detailsPlaneCaption: base.currentItem && base.currentItem.name ? base.currentItem.name : ""
|
||||||
|
|
||||||
model: Cura.GlobalStacksModel { }
|
model: Cura.GlobalStacksModel { }
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@ UM.ManagementPage
|
||||||
}
|
}
|
||||||
|
|
||||||
title: catalog.i18nc("@title:tab", "Materials")
|
title: catalog.i18nc("@title:tab", "Materials")
|
||||||
detailsPlaneCation: currentItem ? currentItem.name: ""
|
detailsPlaneCaption: currentItem ? currentItem.name: ""
|
||||||
scrollviewCaption: catalog.i18nc("@label", "Materials compatible with active printer:") + `<br /><b>${Cura.MachineManager.activeMachine.name}</b>`
|
scrollviewCaption: catalog.i18nc("@label", "Materials compatible with active printer:") + `<br /><b>${Cura.MachineManager.activeMachine.name}</b>`
|
||||||
|
|
||||||
buttons: [
|
buttons: [
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ UM.ManagementPage
|
||||||
}
|
}
|
||||||
|
|
||||||
title: catalog.i18nc("@title:tab", "Profiles")
|
title: catalog.i18nc("@title:tab", "Profiles")
|
||||||
detailsPlaneCation: base.currentItemDisplayName
|
detailsPlaneCaption: base.currentItemDisplayName
|
||||||
scrollviewCaption: catalog.i18nc("@label", "Profiles compatible with active printer:") + "<br><b>" + Cura.MachineManager.activeMachine.name + "</b>"
|
scrollviewCaption: catalog.i18nc("@label", "Profiles compatible with active printer:") + "<br><b>" + Cura.MachineManager.activeMachine.name + "</b>"
|
||||||
|
|
||||||
hamburgerButtonVisible: hasCurrentItem
|
hamburgerButtonVisible: hasCurrentItem
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue