diff --git a/src/Mod/Spreadsheet/Gui/DlgBindSheet.cpp b/src/Mod/Spreadsheet/Gui/DlgBindSheet.cpp
index 126ecc4d2c..f53b7aadcb 100644
--- a/src/Mod/Spreadsheet/Gui/DlgBindSheet.cpp
+++ b/src/Mod/Spreadsheet/Gui/DlgBindSheet.cpp
@@ -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();
}
diff --git a/src/Mod/Spreadsheet/Gui/DlgBindSheet.ui b/src/Mod/Spreadsheet/Gui/DlgBindSheet.ui
index c5fcc69538..fb95876a65 100644
--- a/src/Mod/Spreadsheet/Gui/DlgBindSheet.ui
+++ b/src/Mod/Spreadsheet/Gui/DlgBindSheet.ui
@@ -85,7 +85,7 @@ The expression must evaluate to a string of some cell address.
- -
+
-
@@ -100,7 +100,7 @@ The expression must evaluate to a string of some cell address.
-
+
-
@@ -123,11 +123,12 @@ The expression must evaluate to a string of some cell address.
-
- Use hidden reference to avoid creating a dependency
-with the referenced object. Use with caution!
+ The dependency with the referenced spreadsheet will
+be hidden to the dependency checking.
+Useful to avoid cyclic dependencies, but use with caution!
- Use hidden reference
+ Hide dependency of binding