FEM: GUI: prefs: typos in dialogs
This commit is contained in:
parent
a3d9390cc0
commit
8390b008ee
|
@ -14,16 +14,7 @@
|
|||
<string>FEM</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout1">
|
||||
<property name="leftMargin">
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="topMargin">
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="rightMargin">
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<property name="margin">
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="spacing">
|
||||
|
@ -306,7 +297,7 @@
|
|||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Keep results on calculation Re-Run</string>
|
||||
<string>Keep results on calculation re-run</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>false</bool>
|
||||
|
@ -341,7 +332,7 @@
|
|||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Hide Constraints when plotting results</string>
|
||||
<string>Hide constraints when open result dialog</string>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
|
|
|
@ -281,14 +281,14 @@
|
|||
<item row="4" column="0">
|
||||
<widget class="QLabel" name="l_use_iterations_param">
|
||||
<property name="text">
|
||||
<string>Time Incrementation control paramter</string>
|
||||
<string>Time incrementation control parameter</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="Gui::PrefCheckBox" name="cb_ccx_non_lin_geom">
|
||||
<property name="text">
|
||||
<string>Non linear geometry</string>
|
||||
<string>Use non-linear geometry</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>false</bool>
|
||||
|
@ -307,14 +307,14 @@
|
|||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Matrix Solver</string>
|
||||
<string>Matrix solver</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="l_non_lin_geom">
|
||||
<property name="text">
|
||||
<string>Non-Linear Geometry</string>
|
||||
<string>Non-linear geometry</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -382,7 +382,7 @@
|
|||
<item row="3" column="0">
|
||||
<widget class="QLabel" name="l_ccx_max_iterations">
|
||||
<property name="text">
|
||||
<string>Maximum Number of iterations</string>
|
||||
<string>Maximum number of iterations</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -443,14 +443,14 @@
|
|||
<item row="5" column="0">
|
||||
<widget class="QLabel" name="l_ccx_analysis_time">
|
||||
<property name="text">
|
||||
<string>End Time</string>
|
||||
<string>End time</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="Gui::PrefCheckBox" name="cb_static">
|
||||
<property name="text">
|
||||
<string>Steady State</string>
|
||||
<string>Use steady state</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
|
@ -466,7 +466,7 @@
|
|||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="l_static">
|
||||
<property name="text">
|
||||
<string>Analysis type</string>
|
||||
<string>Analysis type (transient or steady state)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in New Issue
Block a user