Test: Update UI strings for consistency

Closes: #22369
This commit is contained in:
Ryan Kembrey
2025-07-07 00:18:26 +10:00
committed by Kacper Donat
parent 20844bec71
commit cf1e1aeebe
2 changed files with 8 additions and 8 deletions

View File

@@ -247,7 +247,7 @@ PyMOD_INIT_FUNC(QtUnitGui)
// with the Python runtime system
PyObject* mod = TestGui::initModule();
Base::Console().log("Loading GUI of Test module... done\n");
Base::Console().log("Loading GUI of Test module done\n");
// add resources and reloads the translators
loadTestResource();

View File

@@ -14,7 +14,7 @@
</rect>
</property>
<property name="windowTitle">
<string>FreeCAD UnitTest</string>
<string>FreeCAD Unit Test</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
@@ -41,7 +41,7 @@
<item>
<widget class="QLabel" name="textLabelTest">
<property name="text">
<string>Select test name:</string>
<string>Select test name</string>
</property>
</widget>
</item>
@@ -185,7 +185,7 @@
<item row="1" column="0">
<widget class="QLabel" name="textLabelRun">
<property name="text">
<string>Run:</string>
<string>Run</string>
</property>
</widget>
</item>
@@ -202,7 +202,7 @@
<item row="1" column="2">
<widget class="QLabel" name="textLabelFail">
<property name="text">
<string>Failures:</string>
<string>Failures</string>
</property>
</widget>
</item>
@@ -219,7 +219,7 @@
<item row="1" column="4">
<widget class="QLabel" name="textLabelErr">
<property name="text">
<string>Errors:</string>
<string>Errors</string>
</property>
</widget>
</item>
@@ -236,7 +236,7 @@
<item row="1" column="6">
<widget class="QLabel" name="textLabelRem">
<property name="text">
<string>Remaining:</string>
<string>Remaining</string>
</property>
</widget>
</item>
@@ -256,7 +256,7 @@
<item row="2" column="0">
<widget class="QGroupBox" name="groupBox2">
<property name="title">
<string>Failures and errors</string>
<string>Failures and Errors</string>
</property>
<layout class="QGridLayout">
<property name="margin">