[Typo]Sketcher: 'Clone' is the first command of CompCopy, match the tooltip

This commit is contained in:
0penBrain
2022-11-16 14:48:39 +01:00
parent 5166ca54c0
commit 44c77e5542

View File

@@ -1491,7 +1491,7 @@ CmdSketcherCompCopy::CmdSketcherCompCopy()
{
sAppModule = "Sketcher";
sGroup = "Sketcher";
sMenuText = QT_TR_NOOP("Copy");
sMenuText = QT_TR_NOOP("Clone");
sToolTipText = QT_TR_NOOP("Creates a clone of the geometry taking as reference the last selected point");
sWhatsThis = "Sketcher_CompCopy";
sStatusTip = sToolTipText;