[Spreadsheet] uniform and polish wording of binding feature

This commit is contained in:
Uwe
2022-06-09 02:14:14 +02:00
parent a72d1c7b7d
commit f50eced9fe
2 changed files with 7 additions and 6 deletions

View File

@@ -219,7 +219,7 @@ void DlgBindSheet::accept()
QDialog::accept();
} catch(Base::Exception &e) {
e.ReportException();
QMessageBox::critical(this, tr("Bind cells"), QString::fromUtf8(e.what()));
QMessageBox::critical(this, tr("Bind Spreadsheet Cells"), tr("Error: \n") + QString::fromUtf8(e.what()));
if(commandActive)
Gui::Command::abortCommand();
}