Adjust names of two Sketcher tools to make their functions discoverable
Users report that they have a hard time figuring out that 'Array transform' does movement/translations, and 'Polar transform' does rotation. Hence this adjustment of their user-visible names.
This commit is contained in:
committed by
Chris Hennes
parent
d45cf8507b
commit
a98d7eb288
@@ -2387,7 +2387,7 @@ CmdSketcherRotate::CmdSketcherRotate()
|
||||
{
|
||||
sAppModule = "Sketcher";
|
||||
sGroup = "Sketcher";
|
||||
sMenuText = QT_TR_NOOP("Polar transform");
|
||||
sMenuText = QT_TR_NOOP("Rotate / Polar transform");
|
||||
sToolTipText = QT_TR_NOOP("Rotate selected geometries, making n copies, enable creation of circular patterns.");
|
||||
sWhatsThis = "Sketcher_Rotate";
|
||||
sStatusTip = sToolTipText;
|
||||
@@ -2455,7 +2455,7 @@ CmdSketcherTranslate::CmdSketcherTranslate()
|
||||
{
|
||||
sAppModule = "Sketcher";
|
||||
sGroup = "Sketcher";
|
||||
sMenuText = QT_TR_NOOP("Array transform");
|
||||
sMenuText = QT_TR_NOOP("Move / Array transform");
|
||||
sToolTipText = QT_TR_NOOP("Translate selected geometries. Enable creation of i * j copies.");
|
||||
sWhatsThis = "Sketcher_Translate";
|
||||
sStatusTip = sToolTipText;
|
||||
|
||||
Reference in New Issue
Block a user