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()")