Sketcher: Issue #0004473: Expose openCommand() to translation
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Sketcher Wb. Ticket: https://tracker.freecadweb.org/view.php?id=4473
This commit is contained in:
@@ -134,7 +134,7 @@ void CmdSketcherToggleConstruction::activated(int iMsg)
|
||||
}
|
||||
|
||||
// undo command open
|
||||
openCommand("Toggle draft from/to draft");
|
||||
openCommand(QT_TRANSLATE_NOOP("Command", "Toggle draft from/to draft"));
|
||||
|
||||
// go through the selected subelements
|
||||
for (std::vector<std::string>::const_iterator it=SubNames.begin();it!=SubNames.end();++it){
|
||||
|
||||
Reference in New Issue
Block a user