TechDraw: Update UI strings for consistency

Closes: #22143
This commit is contained in:
Ryan Kembrey
2025-06-23 18:43:09 +10:00
committed by Kacper Donat
parent be0c0e7a74
commit bbfbb6e059
93 changed files with 1112 additions and 1294 deletions

View File

@@ -57,7 +57,7 @@ PyObject* DrawViewSymbolPy::dumpSymbol(PyObject *args)
if (outfile.good()) {
outfile.close();
} else {
std::string error = std::string("Can't write ");
std::string error = std::string("Cannot write");
error += fileSpec;
PyErr_SetString(PyExc_RuntimeError, error.c_str());
return nullptr;