From ee1a49b1c60eb0f9803296085d5343347e2fa9c5 Mon Sep 17 00:00:00 2001 From: Roy-043 <70520633+Roy-043@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:01:27 +0200 Subject: [PATCH] Draft: update WP Proxy string for consistency (#23012) * Update gui_planeproxy.py --- src/Mod/Draft/draftguitools/gui_planeproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Draft/draftguitools/gui_planeproxy.py b/src/Mod/Draft/draftguitools/gui_planeproxy.py index 00281315b2..2d2253ae72 100644 --- a/src/Mod/Draft/draftguitools/gui_planeproxy.py +++ b/src/Mod/Draft/draftguitools/gui_planeproxy.py @@ -52,7 +52,7 @@ class Draft_WorkingPlaneProxy: def Activated(self): """Execute when the command is called.""" - App.ActiveDocument.openTransaction("Create WP proxy") + App.ActiveDocument.openTransaction("Create Working Plane Proxy") Gui.addModule("Draft") Gui.addModule("WorkingPlane") Gui.doCommand("pl = WorkingPlane.get_working_plane().get_placement()")