ReverseEngineering: Update UI strings for consistency

This commit is contained in:
Max Wilfinger
2025-06-29 15:46:41 +02:00
committed by Chris Hennes
parent 2a96b8c758
commit da5f0f18c6
10 changed files with 40 additions and 41 deletions

View File

@@ -82,7 +82,7 @@ PyMOD_INIT_FUNC(ReverseEngineeringGui)
}
PyObject* mod = ReverseEngineeringGui::initModule();
Base::Console().log("Loading GUI of ReverseEngineering module... done\n");
Base::Console().log("Loading GUI of ReverseEngineering module done\n");
// instantiating the commands
CreateReverseEngineeringCommands();