sWhatsThis fixes
ref: https://forum.freecadweb.org/viewtopic.php?f=10&t=26687
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user