Update gui_arrays.py

This commit is contained in:
Roy-043
2022-01-10 15:12:09 +01:00
committed by GitHub
parent 93a41d2941
commit 63f4ac15fd

View File

@@ -62,8 +62,8 @@ class ArrayGroup:
"""Set icon, menu and tooltip."""
return {'Pixmap': 'Draft_Array',
'MenuText': QT_TRANSLATE_NOOP("Draft", "Array tools"),
'ToolTip': QT_TRANSLATE_NOOP("Draft", "Create various types of arrays, including rectangular, polar, circular, path, and point")}
'MenuText': QT_TRANSLATE_NOOP("Draft_ArrayTools", "Array tools"),
'ToolTip': QT_TRANSLATE_NOOP("Draft_ArrayTools", "Create various types of arrays, including rectangular, polar, circular, path, and point")}
def IsActive(self):
"""Return True when this command should be available."""