Draft: menu texts to sentence case

This commit is contained in:
Roy-043
2023-12-03 21:31:46 +01:00
committed by Yorik van Havre
parent 5677f93236
commit 652c0fb752
6 changed files with 6 additions and 6 deletions

View File

@@ -306,7 +306,7 @@ class AddToConstruction(gui_base.GuiCommandNeedsSelection):
def GetResources(self):
"""Set icon, menu and tooltip."""
return {'Pixmap': 'Draft_AddConstruction',
'MenuText': QT_TRANSLATE_NOOP("Draft_AddConstruction", "Add to Construction group"),
'MenuText': QT_TRANSLATE_NOOP("Draft_AddConstruction", "Add to construction group"),
'ToolTip': QT_TRANSLATE_NOOP("Draft_AddConstruction", "Adds the selected objects to the construction group,\nand changes their appearance to the construction style.\nIt creates a construction group if it doesn't exist.")}
def Activated(self):