Inspection: Update UI strings for consistency

This commit is contained in:
Max Wilfinger
2025-06-29 15:53:04 +02:00
committed by Chris Hennes
parent df08c0ce8d
commit 488bc484b9
5 changed files with 10 additions and 10 deletions

View File

@@ -78,6 +78,6 @@ PyMOD_INIT_FUNC(InspectionGui)
//
PyObject* mod = InspectionGui::initModule();
Base::Console().log("Loading GUI of Inspection module... done\n");
Base::Console().log("Loading GUI of Inspection module done\n");
PyMOD_Return(mod);
}