BIM: Update sketch command name to be consistent with other workbenches (#24278)

Co-authored-by: Ryan Kembrey <ryan.kembrey@student.uts>
This commit is contained in:
Ryan K
2025-11-14 05:45:05 +11:00
committed by GitHub
parent af2d42a4aa
commit 32840628ae

View File

@@ -31,11 +31,10 @@ QT_TRANSLATE_NOOP = FreeCAD.Qt.QT_TRANSLATE_NOOP
class BIM_Sketch:
def GetResources(self):
return {
"Pixmap": "Sketch",
"MenuText": QT_TRANSLATE_NOOP("BIM_Sketch", "Sketch"),
"MenuText": QT_TRANSLATE_NOOP("BIM_Sketch", "New Sketch"),
"ToolTip": QT_TRANSLATE_NOOP(
"BIM_Sketch", "Creates a new sketch in the current working plane"
),