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:
parent
67ecb0e255
commit
b73aa1cfc0
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user