sWhatsThis fixes

ref: https://forum.freecadweb.org/viewtopic.php?f=10&t=26687
This commit is contained in:
luz.paz
2018-01-31 10:14:53 -05:00
committed by wmayer
parent a3da17b626
commit 69216f3604
25 changed files with 152 additions and 152 deletions

View File

@@ -76,7 +76,7 @@ CmdSurfaceCut::CmdSurfaceCut()
sGroup = QT_TR_NOOP("Surface");
sMenuText = QT_TR_NOOP("Surface Cut function");
sToolTipText = QT_TR_NOOP("Cuts a Shape with another Shape.\nReturns a modified version of the first shape");
sWhatsThis = QT_TR_NOOP("Surface Cut function");
sWhatsThis = "Surface_Cut";
sStatusTip = QT_TR_NOOP("Surface Cut function");
sPixmap = "Cut.svg";
sAccel = "CTRL+H";
@@ -135,7 +135,7 @@ CmdSurfaceFilling::CmdSurfaceFilling()
sMenuText = QT_TR_NOOP("Filling...");
sToolTipText = QT_TR_NOOP("Fills a series of boundary curves, constraint curves and vertexes with a surface");
sStatusTip = QT_TR_NOOP("Fills a series of boundary curves, constraint curves and vertexes with a surface");
sWhatsThis = QT_TR_NOOP("Surface_Filling");
sWhatsThis = "Surface_Filling";
sPixmap = "Filling.svg";
}