Sandbox: Update UI strings for consistency

This commit is contained in:
Ryan Kembrey
2025-07-07 01:14:38 +10:00
committed by Chris Hennes
parent 56024f12ad
commit cf3de7b730
5 changed files with 79 additions and 79 deletions

View File

@@ -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);
}