Fixes "Project Information" is Misleading #11296 - replace project with document (#11367)

* project to document on information, merge, util

* change project to document in unit system dialog

---------

Co-authored-by: WandererFan <WandererFan@gmail.com>
This commit is contained in:
Max Wilfinger
2023-11-20 18:03:22 +01:00
committed by GitHub
parent caaadee0fc
commit 4bf1d1cc81
5 changed files with 25 additions and 25 deletions

View File

@@ -59,7 +59,7 @@
<item row="1" column="1">
<widget class="QComboBox" name="comboBox_UnitSystem">
<property name="toolTip">
<string>Unit system for all parts of the application. Can be overridden by specifying a project unit system.</string>
<string>Unit system for all parts of the application. Can be overridden by specifying a document unit system.</string>
</property>
</widget>
</item>
@@ -90,21 +90,21 @@
<item row="2" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Project unit system:</string>
<string>Document unit system:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="comboBox_projectUnitSystem">
<property name="toolTip">
<string>Unit system stored in the current project</string>
<string>Unit system stored in the current document</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QCheckBox" name="checkBox_projectUnitSystemIgnore">
<property name="toolTip">
<string>If enabled, project unit systems are ignored</string>
<string>If enabled, document unit systems are ignored</string>
</property>
<property name="text">
<string>Ignore</string>