From f50eced9fec94ffb112c5b484bbaabe6cebc3dd6 Mon Sep 17 00:00:00 2001 From: Uwe Date: Thu, 9 Jun 2022 02:14:14 +0200 Subject: [PATCH] [Spreadsheet] uniform and polish wording of binding feature --- src/Mod/Spreadsheet/Gui/DlgBindSheet.cpp | 2 +- src/Mod/Spreadsheet/Gui/DlgBindSheet.ui | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) 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