PartDesign: Update UI strings for consistency and correct for new fuctions and typos

Closes: #22128
This commit is contained in:
Max Wilfinger
2025-06-22 15:09:10 +02:00
committed by Kacper Donat
parent b267203e67
commit bee89d0447
87 changed files with 436 additions and 437 deletions

View File

@@ -78,7 +78,7 @@ PyMOD_INIT_FUNC(_PartDesign)
}
PyObject* mod = PartDesign::initModule();
Base::Console().log("Loading PartDesign module... done\n");
Base::Console().log("Loading Part Design module done\n");
// NOTE: To finish the initialization of our own type objects we must

View File

@@ -2147,10 +2147,10 @@ App::DocumentObjectExecReturn* Hole::execute()
retry = false;
} catch (Standard_Failure & e) {
FC_WARN(getFullName() << ": boolean operation with compound failed ("
<< e.GetMessageString() << "), retry...");
<< e.GetMessageString() << "), retry");
} catch (Base::Exception & e) {
FC_WARN(getFullName() << ": boolean operation with compound failed ("
<< e.what() << "), retry...");
FC_WARN(getFullName() << ": boolean operation with compound failed (" << e.what()
<< "), retry");
}
if (retry) {