TechDraw: Update UI strings for consistency

Closes: #22143
This commit is contained in:
Ryan Kembrey
2025-06-23 18:43:09 +10:00
committed by Kacper Donat
parent be0c0e7a74
commit bbfbb6e059
93 changed files with 1112 additions and 1294 deletions

View File

@@ -121,7 +121,7 @@ PyMOD_INIT_FUNC(TechDrawGui)
}
PyObject* mod = TechDrawGui::initModule();
Base::Console().log("Loading TechDrawGui module... done\n");
Base::Console().log("Loading TechDrawGui module done\n");
// instantiating the commands
CreateTechDrawCommands();