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:
FEA-eng
2025-06-29 02:14:30 +02:00
committed by GitHub
parent b25c54baee
commit 730e07db5d
3 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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,
),