Mesh: Issue #0004473: Expose openCommand() to translation

Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Mesh Wb.  
Ticket: https://tracker.freecadweb.org/view.php?id=4473
This commit is contained in:
luz paz
2020-11-28 11:46:35 -05:00
committed by wwmayer
parent d6a1bd014f
commit 69d4258f76
6 changed files with 35 additions and 35 deletions

View File

@@ -144,7 +144,7 @@ bool TaskDecimating::accept()
Gui::Selection().clearSelection();
Gui::WaitCursor wc;
Gui::Command::openCommand("Mesh Decimating");
Gui::Command::openCommand(QT_TRANSLATE_NOOP("Command", "Mesh Decimating"));
float tolerance = widget->tolerance();
float reduction = widget->reduction();