Browse Source

POS: Correct label text

CURA-6683
Nino van Hooff 5 years ago
parent
commit
fbba39cb63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml

+ 1 - 1
plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml

@@ -121,7 +121,7 @@ Item
             Button
             {
                 id: overhangMeshButton
-                text: catalog.i18nc("@label", "Modify settings for overlays")
+                text: catalog.i18nc("@label", "Modify settings for overlaps")
                 iconSource: UM.Theme.getIcon("pos_modify_overlaps");
                 property bool needBorder: true
                 checkable:true