Merge pull request #5179 from Roy-043/Draft-housekeeping-SS-shortcut-used-twice

Draft housekeeping: SS-shortcut used twice
This commit is contained in:
Yorik van Havre
2021-11-24 15:32:02 +01:00
committed by GitHub

View File

@@ -64,7 +64,6 @@ class ShapeString(gui_base_original.Creator):
"""Set icon, menu and tooltip."""
d = {'Pixmap': 'Draft_ShapeString',
'Accel': "S, S",
'MenuText': QT_TRANSLATE_NOOP("Draft_ShapeString", "Shape from text"),
'ToolTip': QT_TRANSLATE_NOOP("Draft_ShapeString", "Creates a shape from a text string by choosing a specific font and a placement.\nThe closed shapes can be used for extrusions and boolean operations.")}
return d