Sketcher: Tweak wording as suggested by translators

This commit is contained in:
Chris Hennes
2023-05-02 11:18:00 -05:00
committed by abdullahtahiriyo
parent 0a1b703b5a
commit cb10e49b27
2 changed files with 3 additions and 5 deletions

View File

@@ -1350,8 +1350,7 @@ CmdSketcherConstrainLock::CmdSketcherConstrainLock()
sAppModule = "Sketcher";
sGroup = "Sketcher";
sMenuText = QT_TR_NOOP("Constrain lock");
sToolTipText = QT_TR_NOOP("Lock constraint: "
"create both a horizontal "
sToolTipText = QT_TR_NOOP("Create both a horizontal "
"and a vertical distance constraint\n"
"on the selected vertex");
sWhatsThis = "Sketcher_ConstrainLock";
@@ -1578,8 +1577,7 @@ CmdSketcherConstrainBlock::CmdSketcherConstrainBlock()
sAppModule = "Sketcher";
sGroup = "Sketcher";
sMenuText = QT_TR_NOOP("Constrain block");
sToolTipText = QT_TR_NOOP("Block constraint: "
"block the selected edge from moving");
sToolTipText = QT_TR_NOOP("Block the selected edge from moving");
sWhatsThis = "Sketcher_ConstrainBlock";
sStatusTip = sToolTipText;
sPixmap = "Constraint_Block";

View File

@@ -1568,7 +1568,7 @@ CmdSketcherCarbonCopy::CmdSketcherCarbonCopy()
sAppModule = "Sketcher";
sGroup = "Sketcher";
sMenuText = QT_TR_NOOP("Carbon copy");
sToolTipText = QT_TR_NOOP("Copies the geometry of another sketch");
sToolTipText = QT_TR_NOOP("Copy the geometry of another sketch");
sWhatsThis = "Sketcher_CarbonCopy";
sStatusTip = sToolTipText;
sPixmap = "Sketcher_CarbonCopy";