+ strip trailing spaces, untabify, fix typos

git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5376 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
logari81
2012-01-01 19:57:59 +00:00
parent ac2c585e87
commit 4935ea95c2
5 changed files with 131 additions and 131 deletions

View File

@@ -1512,7 +1512,7 @@ CmdSketcherTrimming::CmdSketcherTrimming()
sAppModule = "Sketcher";
sGroup = QT_TR_NOOP("Sketcher");
sMenuText = QT_TR_NOOP("Trim edge");
sToolTipText = QT_TR_NOOP("Trims an edge with respect to the picked position");
sToolTipText = QT_TR_NOOP("Trim an edge with respect to the picked position");
sWhatsThis = sToolTipText;
sStatusTip = sToolTipText;
sPixmap = "Sketcher_Trimming";