1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-18 17:10:55 +02:00

Update Wording

Include the wording updates that were queued up at:
https://wiki.audacityteam.org/wiki/Wording
This commit is contained in:
James Crook 2021-04-10 10:14:52 +01:00
parent 67ecb0e255
commit b73aa1cfc0

View File

@ -653,7 +653,7 @@ bool ProjectFileIO::CheckVersion()
if (version > ProjectFileVersion)
{
SetError(
XO("This project was created with a newer version of Audacity:\n\nYou will need to upgrade to process it")
XO("This project was created with a newer version of Audacity.\n\nYou will need to upgrade to open it.")
);
return false;
}