Part: translate geometry check results

This commit is contained in:
Chris Hennes
2023-04-17 16:06:15 -05:00
parent 8fadc2ba05
commit df0054bbf1
2 changed files with 195 additions and 49 deletions

View File

@@ -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");