Merge pull request #16129 from FEA-eng/compound_merge_tip
Fix incorrect Compound merge tip
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
<item>
|
||||
<widget class="Gui::PrefCheckBox" name="checkBox">
|
||||
<property name="toolTip">
|
||||
<string>If this is checked, no Compound merge will be done during file reading (slower but higher details).</string>
|
||||
<string>If this is checked, Compound merge will be done during file reading (slower but higher details).</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Enable STEP Compound merge</string>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<item>
|
||||
<widget class="Gui::PrefCheckBox" name="checkBoxMergeCompound">
|
||||
<property name="toolTip">
|
||||
<string>If checked, no Compound merge will be done
|
||||
<string>If checked, Compound merge will be done
|
||||
during file reading (slower but higher details).</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
||||
Reference in New Issue
Block a user