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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user