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:
luz paz
2020-11-28 13:59:12 -05:00
committed by wwmayer
parent 67890c94f1
commit 1e91b9fb45

View File

@@ -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(