Draft: update WP Proxy string for consistency (#23012)

* Update gui_planeproxy.py
This commit is contained in:
Roy-043
2025-08-10 15:01:27 +02:00
committed by GitHub
parent 5a842e93f5
commit ee1a49b1c6

View File

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