Draft: OrthoArray task panel change some strings to sentence case (#21959)

X Axis -> X axis
Same for Y and Z.
This commit is contained in:
Roy-043
2025-06-12 19:52:52 +02:00
committed by GitHub
parent 775194b5b9
commit 89cb9877b7

View File

@@ -62,7 +62,7 @@
<item row="0" column="0">
<widget class="QRadioButton" name="radiobutton_x_axis">
<property name="text">
<string>X Axis</string>
<string>X axis</string>
</property>
<property name="checked">
<bool>true</bool>
@@ -72,7 +72,7 @@
<item row="1" column="0">
<widget class="QRadioButton" name="radiobutton_y_axis">
<property name="text">
<string>Y Axis</string>
<string>Y axis</string>
</property>
<property name="checked">
<bool>false</bool>
@@ -82,7 +82,7 @@
<item row="2" column="0">
<widget class="QRadioButton" name="radiobutton_z_axis">
<property name="text">
<string>Z Axis</string>
<string>Z axis</string>
</property>
<property name="checked">
<bool>false</bool>