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:
@@ -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"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user