Sketcher change "don't attach" (#23924)

* Update Command.cpp

* Update Command.cpp
This commit is contained in:
Roy-043
2025-09-14 13:31:11 +02:00
committed by GitHub
parent 5b59d94d55
commit 4dbdd1031d

View File

@@ -696,7 +696,7 @@ void CmdSketcherMapSketch::activated(int iMsg)
// bool ok; //already defined
// QStringList items; //already defined
items.clear();
items.push_back(QObject::tr("Don't attach"));
items.push_back(QObject::tr("Do not attach"));
int iSugg = 0;// index of the auto-suggested mode in the list of valid modes
int iCurr = 0;// index of current mode in the list of valid modes
for (size_t i = 0; i < validModes.size(); ++i) {