diff --git a/src/Mod/Mesh/App/AppMeshPy.cpp b/src/Mod/Mesh/App/AppMeshPy.cpp index 5d1bc69b3e..cb4bd8ae98 100644 --- a/src/Mod/Mesh/App/AppMeshPy.cpp +++ b/src/Mod/Mesh/App/AppMeshPy.cpp @@ -275,7 +275,7 @@ private: exporter = std::make_unique(outputFileName, exportFormat); } else { - std::string exStr("Cannot determine mesh format from file name.\nSpecify mesh " + std::string exStr("Cannot determine the mesh format from the file name.\nSpecify mesh " "format file extension: '"); exStr += outputFileName + "'"; throw Py::ValueError(exStr.c_str());