From 4dbdd1031d9609ac300019f8af774c452b7eee8e Mon Sep 17 00:00:00 2001 From: Roy-043 <70520633+Roy-043@users.noreply.github.com> Date: Sun, 14 Sep 2025 13:31:11 +0200 Subject: [PATCH] Sketcher change "don't attach" (#23924) * Update Command.cpp * Update Command.cpp --- src/Mod/Sketcher/Gui/Command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Sketcher/Gui/Command.cpp b/src/Mod/Sketcher/Gui/Command.cpp index b4e685985f..7499b6bedd 100644 --- a/src/Mod/Sketcher/Gui/Command.cpp +++ b/src/Mod/Sketcher/Gui/Command.cpp @@ -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) {