Gui: Update UI strings for consistency

Closes: #22135
This commit is contained in:
Max Wilfinger
2025-06-22 21:14:10 +02:00
committed by Kacper Donat
parent 2c7ee9b8ed
commit ecf02b7878
151 changed files with 1201 additions and 1183 deletions

View File

@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Input vector</string>
<string>Input Vector</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
@@ -29,7 +29,7 @@
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>X:</string>
<string>X</string>
</property>
</widget>
</item>
@@ -46,7 +46,7 @@
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Y:</string>
<string>Y</string>
</property>
</widget>
</item>
@@ -63,7 +63,7 @@
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Z:</string>
<string>Z</string>
</property>
</widget>
</item>