Sketcher: Fix sWhatsThis for Sketcher_CompConstrainRadDia (#7324)

This commit is contained in:
Roy-043
2022-08-08 02:11:06 +02:00
committed by GitHub
parent feb4218d06
commit f505563d5d

View File

@@ -5584,7 +5584,7 @@ CmdSketcherCompConstrainRadDia::CmdSketcherCompConstrainRadDia()
sGroup = "Sketcher";
sMenuText = QT_TR_NOOP("Constrain arc or circle");
sToolTipText = QT_TR_NOOP("Constrain an arc or a circle");
sWhatsThis = "Sketcher_CompCreateCircle";
sWhatsThis = "Sketcher_CompConstrainRadDia";
sStatusTip = sToolTipText;
sAccel = "R";
eType = ForEdit;