[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:
Ajinkya Dahale
2022-03-04 09:09:08 -05:00
committed by abdullahtahiriyo
parent 47a040537b
commit 6eedd0f9c5

View File

@@ -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();