Surface: Update UI strings for consistency

This commit is contained in:
Max Wilfinger
2025-06-29 11:38:18 +02:00
committed by Chris Hennes
parent 9afee61b97
commit e3dce25e00
13 changed files with 42 additions and 43 deletions

View File

@@ -87,6 +87,6 @@ PyMOD_INIT_FUNC(SurfaceGui)
// clang-format on
PyObject* mod = SurfaceGui::initModule();
Base::Console().log("Loading GUI of Surface module... done\n");
Base::Console().log("Loading GUI of Surface module done\n");
PyMOD_Return(mod);
}