diff --git a/src/Mod/Spreadsheet/Gui/DlgBindSheet.cpp b/src/Mod/Spreadsheet/Gui/DlgBindSheet.cpp index 496230249e..c6fbd43958 100644 --- a/src/Mod/Spreadsheet/Gui/DlgBindSheet.cpp +++ b/src/Mod/Spreadsheet/Gui/DlgBindSheet.cpp @@ -273,7 +273,7 @@ void DlgBindSheet::accept() e.ReportException(); QMessageBox::critical(this, tr("Bind Spreadsheet Cells"), - tr("Error: \n") + QString::fromUtf8(e.what())); + tr("Error:\n") + QString::fromUtf8(e.what())); if (commandActive) { Gui::Command::abortCommand(); }