PartDesign: Update UI strings for consistency and correct for new fuctions and typos
Closes: #22128
This commit is contained in:
committed by
Kacper Donat
parent
b267203e67
commit
bee89d0447
@@ -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
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user