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 adff20f7dc
commit d7bc171a38
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();