Start: Update UI strings for consistency
This commit is contained in:
committed by
Chris Hennes
parent
21a2ee8238
commit
a1aaa15733
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user