Start: Update UI strings for consistency

This commit is contained in:
Max Wilfinger
2025-06-29 16:33:07 +02:00
committed by Chris Hennes
parent 21a2ee8238
commit a1aaa15733
5 changed files with 18 additions and 18 deletions

View File

@@ -119,7 +119,7 @@ PyMOD_INIT_FUNC(StartGui)
static StartGui::StartLauncher* launcher = new StartGui::StartLauncher();
Q_UNUSED(launcher)
Base::Console().log("Loading GUI of Start module... ");
Base::Console().log("Loading GUI of Start module ");
PyObject* mod = StartGui::initModule();
auto manipulator = std::make_shared<StartGui::Manipulator>();
Gui::WorkbenchManipulator::installManipulator(manipulator);