[Sketcher] Remove "incomplete" from insert knot command
I had kept the qualifier there when developing the tool and forgot to remove it. At this time the tool is fairly well-developed.
This commit is contained in:
committed by
abdullahtahiriyo
parent
47a040537b
commit
6eedd0f9c5
@@ -1054,7 +1054,7 @@ public:
|
||||
{
|
||||
Q_UNUSED(onSketchPos);
|
||||
|
||||
Gui::Command::openCommand(QT_TRANSLATE_NOOP("Command", "Insert knot (incomplete)"));
|
||||
Gui::Command::openCommand(QT_TRANSLATE_NOOP("Command", "Insert knot"));
|
||||
|
||||
bool applied = false;
|
||||
boost::uuids::uuid bsplinetag = Obj->getGeometry(GeoId)->getTag();
|
||||
|
||||
Reference in New Issue
Block a user