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 d2f19d297d
commit 9178540438

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