Mesh: Update UI strings for consistency

This commit is contained in:
Max Wilfinger
2025-06-29 13:59:08 +02:00
committed by Chris Hennes
parent 09f61dae59
commit b7259483c5
23 changed files with 186 additions and 186 deletions

View File

@@ -275,7 +275,7 @@ private:
exporter = std::make_unique<MergeExporter>(outputFileName, exportFormat);
}
else {
std::string exStr("Can't determine mesh format from file name.\nPlease specify mesh "
std::string exStr("Cannot determine mesh format from file name.\nSpecify mesh "
"format file extension: '");
exStr += outputFileName + "'";
throw Py::ValueError(exStr.c_str());