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

@@ -164,7 +164,7 @@ class PathLinkArray(PathArray):
"""Set icon, menu and tooltip."""
return {'Pixmap': 'Draft_PathLinkArray',
'MenuText': QT_TRANSLATE_NOOP("Draft_PathLinkArray", "Path Link array"),
'MenuText': QT_TRANSLATE_NOOP("Draft_PathLinkArray", "Path link array"),
'ToolTip': QT_TRANSLATE_NOOP("Draft_PathLinkArray", "Like the PathArray tool, but creates a 'Link array' instead.\nA 'Link array' is more efficient when handling many copies but the 'Fuse' option cannot be used.")}
def Activated(self):