diff --git a/src/Mod/Path/PathScripts/PathPocketBaseGui.py b/src/Mod/Path/PathScripts/PathPocketBaseGui.py index e9aae91d9d..43d4bbce1d 100644 --- a/src/Mod/Path/PathScripts/PathPocketBaseGui.py +++ b/src/Mod/Path/PathScripts/PathPocketBaseGui.py @@ -65,7 +65,7 @@ class TaskPanelOpPage(PathOpGui.TaskPanelPage): form.clearEdges.hide() if FeaturePocket & self.pocketFeatures(): - form.extraOffsetLabel.setText(translate("PathPocket", "Pass Extension")) + form.extraOffset_label.setText(translate("PathPocket", "Pass Extension")) form.extraOffset.setToolTip(translate("PathPocket", "The distance the facing operation will extend beyond the boundary shape.")) if not (FeatureOutline & self.pocketFeatures()):