Sketcher: Improve menu text of Sketcher_MapSketch

The old menu text of Sketcher_MapSketch did not describe the tool very well. Not just a face can be selected.

"Map sketch to face..." -> "Attach sketch..."

Forum topic:
https://forum.freecad.org/viewtopic.php?t=86112
This commit is contained in:
Roy-043
2024-03-19 12:01:49 +01:00
committed by wwmayer
parent 2f124008ae
commit f54723fc73

View File

@@ -549,7 +549,7 @@ CmdSketcherMapSketch::CmdSketcherMapSketch()
{
sAppModule = "Sketcher";
sGroup = "Sketcher";
sMenuText = QT_TR_NOOP("Map sketch to face...");
sMenuText = QT_TR_NOOP("Attach sketch...");
sToolTipText = QT_TR_NOOP(
"Set the 'AttachmentSupport' of a sketch.\n"
"First select the supporting geometry, for example, a face or an edge of a solid object,\n"