Mesh: Update UI strings for consistency
This commit is contained in:
committed by
Chris Hennes
parent
09f61dae59
commit
b7259483c5
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user