Sandbox: Update UI strings for consistency
This commit is contained in:
committed by
Chris Hennes
parent
56024f12ad
commit
cf3de7b730
@@ -215,6 +215,6 @@ PyMOD_INIT_FUNC(SandboxGui)
|
||||
// the following constructor call registers our extension module
|
||||
// with the Python runtime system
|
||||
PyObject* mod = SandboxGui::initModule();
|
||||
Base::Console().log("Loading GUI of Sandbox module... done\n");
|
||||
Base::Console().log("Loading GUI of Sandbox module… done\n");
|
||||
PyMOD_Return(mod);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user