[Sketch] fix menu entry wording

all other menu entries use lower case letters, thus do so also for the new tool
This commit is contained in:
donovaly
2021-06-21 02:39:07 +02:00
committed by abdullahtahiriyo
parent e1756f8a16
commit b841321fb4

View File

@@ -2189,7 +2189,7 @@ CmdSketcherRemoveAxesAlignment::CmdSketcherRemoveAxesAlignment()
{
sAppModule = "Sketcher";
sGroup = QT_TR_NOOP("Sketcher");
sMenuText = QT_TR_NOOP("Remove Axes Alignment");
sMenuText = QT_TR_NOOP("Remove axes alignment");
sToolTipText = QT_TR_NOOP("Modifies constraints to remove axes alignment while trying to preserve the constraint relationship of the selection");
sWhatsThis = "Sketcher_RemoveAxesAlignment";
sStatusTip = sToolTipText;