[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();
}

View File

@@ -85,7 +85,7 @@ The expression must evaluate to a string of some cell address.</string>
</property>
</widget>
</item>
<item row="2" column="2">
<item row="2" column="2">
<widget class="Gui::ExpressionLineEdit" name="lineEditToEnd">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
@@ -100,7 +100,7 @@ The expression must evaluate to a string of some cell address.</string>
</property>
</widget>
</item>
</layout>
</layout>
</item>
<item>
<layout class="QFormLayout" name="formLayout">
@@ -123,11 +123,12 @@ The expression must evaluate to a string of some cell address.</string>
<item>
<widget class="QCheckBox" name="checkBoxHREF">
<property name="toolTip">
<string>Use hidden reference to avoid creating a dependency
with the referenced object. Use with caution!</string>
<string>The dependency with the referenced spreadsheet will
be hidden to the dependency checking.
Useful to avoid cyclic dependencies, but use with caution!</string>
</property>
<property name="text">
<string>Use hidden reference</string>
<string>Hide dependency of binding</string>
</property>
</widget>
</item>