Browse Source

Fix typo

CURA-8979
j.delarago 3 years ago
parent
commit
4b853b89bd

+ 1 - 1
resources/qml/Preferences/MachinesPage.qml

@@ -14,7 +14,7 @@ UM.ManagementPage
     id: base
 
     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 { }
 

+ 1 - 1
resources/qml/Preferences/Materials/MaterialsPage.qml

@@ -68,7 +68,7 @@ UM.ManagementPage
     }
 
     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>`
 
     buttons: [

+ 1 - 1
resources/qml/Preferences/ProfilesPage.qml

@@ -54,7 +54,7 @@ UM.ManagementPage
     }
 
     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>"
 
     hamburgerButtonVisible: hasCurrentItem