Spreadsheet: Issue #0004473: Expose openCommand() to translation
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Spreadsheet Wb. Ticket: https://tracker.freecadweb.org/view.php?id=4473
This commit is contained in:
@@ -225,7 +225,7 @@ PropertiesDialog::~PropertiesDialog()
|
||||
void PropertiesDialog::apply()
|
||||
{
|
||||
if (ranges.size() > 0) {
|
||||
Gui::Command::openCommand("Set cell properties");
|
||||
Gui::Command::openCommand(QT_TRANSLATE_NOOP("Command", "Set cell properties"));
|
||||
std::vector<Range>::const_iterator i = ranges.begin();
|
||||
bool changes = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user