0000676: Typographical error
This commit is contained in:
parent
173af46744
commit
e871a10c9e
|
@ -621,7 +621,7 @@ public:
|
|||
if (geom->getTypeId() == Part::GeomLineSegment::getClassTypeId()) {
|
||||
const Part::GeomLineSegment *lineSeg = dynamic_cast<const Part::GeomLineSegment *>(geom);
|
||||
EditCurve[0] = Base::Vector2D(lineSeg->getEndPoint().x, lineSeg->getEndPoint().y);
|
||||
}
|
||||
}
|
||||
else
|
||||
EditCurve[0] = onSketchPos;
|
||||
|
||||
|
@ -1365,7 +1365,7 @@ CmdSketcherCreateFillet::CmdSketcherCreateFillet()
|
|||
sAppModule = "Sketcher";
|
||||
sGroup = QT_TR_NOOP("Sketcher");
|
||||
sMenuText = QT_TR_NOOP("Create fillet");
|
||||
sToolTipText = QT_TR_NOOP("Create a fillet between to lines or at a coincident point");
|
||||
sToolTipText = QT_TR_NOOP("Create a fillet between two lines or at a coincidental point");
|
||||
sWhatsThis = sToolTipText;
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Sketcher_CreateFillet";
|
||||
|
|
Loading…
Reference in New Issue
Block a user