Fix missed string update

This commit is contained in:
Max Wilfinger
2025-09-03 19:26:38 +02:00
committed by Chris Hennes
parent 14dbe9d188
commit d18e8192eb

View File

@@ -133,7 +133,7 @@
</sizepolicy>
</property>
<property name="text">
<string>In x-direction</string>
<string>In X-direction</string>
</property>
</widget>
</item>
@@ -169,7 +169,7 @@ of the object being attached</string>
</sizepolicy>
</property>
<property name="text">
<string>In y-direction</string>
<string>In Y-direction</string>
</property>
</widget>
</item>
@@ -205,7 +205,7 @@ of the object being attached</string>
</sizepolicy>
</property>
<property name="text">
<string>In z-direction</string>
<string>In Z-direction</string>
</property>
</widget>
</item>