1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Fix an error message

This commit is contained in:
Paul Licameli
2020-07-07 01:28:05 -04:00
parent 7e85fc9f9f
commit 558d4bbc3d

View File

@@ -164,7 +164,7 @@ bool XMLFileReader::ParseString(XMLTagHandler *baseHandler,
// return false.
if (!mBaseHandler)
{
mErrorStr = XO("Could not XML");
mErrorStr = XO("Could not parse XML");
return false;
}