Inspection: Issue #0004473: Expose openCommand() to translation
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Inspection Wb. Ticket: https://tracker.freecadweb.org/view.php?id=4473
This commit is contained in:
@@ -228,7 +228,7 @@ void VisualInspection::accept()
|
||||
|
||||
// open a new command
|
||||
Gui::Document* doc = Gui::Application::Instance->activeDocument();
|
||||
doc->openCommand("Visual Inspection");
|
||||
doc->openCommand(QT_TRANSLATE_NOOP("Command", "Visual Inspection"));
|
||||
|
||||
// create a group
|
||||
Gui::Command::runCommand(
|
||||
|
||||
Reference in New Issue
Block a user