Part: translate geometry check results
This commit is contained in:
@@ -584,7 +584,7 @@ void TaskCheckGeometryResults::buildShapeContent(App::DocumentObject *pObject, c
|
||||
std::ostringstream stream;
|
||||
if (!shapeContentString.empty())
|
||||
stream << std::endl << std::endl;
|
||||
stream << "Checked object: ";
|
||||
stream << tr("Checked object").toStdString() << ": ";
|
||||
Base::PyGILStateLocker lock;
|
||||
try {
|
||||
PyObject* module = PyImport_ImportModule("BasicShapes.ShapeContent");
|
||||
|
||||
Reference in New Issue
Block a user