[ Fixed ] Old Draft_SetWorkingPlaneProxy command name used in gui_planeproxy.py?

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

[ Fixed ] Old Draft_SetWorkingPlaneProxy command name used in gui_planeproxy.py?

Post by Roy_043 »

The Draft_SetWorkingPlaneProxy command has been renamed to Draft_WorkingPlaneProxy. On lines 50 and 51 of gui_planeproxy.py the old name is still used:

Code: Select all

             'MenuText': QT_TRANSLATE_NOOP("Draft_SetWorkingPlaneProxy","Create working plane proxy"),
             'ToolTip': QT_TRANSLATE_NOOP("Draft_SetWorkingPlaneProxy","Creates a proxy object from the current working plane.\nOnce the object is created double click it in the tree view to restore the camera position and objects' visibilities.\nThen you can use it to save a different camera position and objects' states any time you need.")}
Should that be fixed or will that break translations?
Last edited by Roy_043 on Sun Aug 01, 2021 4:00 pm, edited 1 time in total.
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: Old Draft_SetWorkingPlaneProxy command name used in gui_planeproxy.py?

Post by Roy_043 »

Merged.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: [ Fixed ] Old Draft_SetWorkingPlaneProxy command name used in gui_planeproxy.py?

Post by Kunda1 »

Thanks!
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply