FEM: Fix data extraction checkbox typo (#22225)
* FEM: Update PostHistogramFieldAppEdit.ui * FEM: Update PostLineplotFieldAppEdit.ui * FEM: Update view_post_histogram.py
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
<item row="2" column="1">
|
||||
<widget class="QCheckBox" name="Extract">
|
||||
<property name="text">
|
||||
<string>One field for each frames</string>
|
||||
<string>One field for each frame</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
<item row="4" column="1">
|
||||
<widget class="QCheckBox" name="Extract">
|
||||
<property name="text">
|
||||
<string>One Y field for each frames</string>
|
||||
<string>One Y field for each frame</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -396,7 +396,7 @@ class VPPostHistogram(view_base_fempostvisualization.VPPostVisualization):
|
||||
name="Cumulative",
|
||||
group="Histogram",
|
||||
doc=QT_TRANSLATE_NOOP(
|
||||
"FEM", "If be the bars should show the cumulative sum left to right"
|
||||
"FEM", "If the bars should show the cumulative sum left to right"
|
||||
),
|
||||
value=False,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user