AUP3: Change message text

This commit is contained in:
Leland Lucius 2020-07-20 16:34:48 -05:00
parent 5652b9b039
commit af23a14bdb
1 changed files with 3 additions and 2 deletions

View File

@ -148,9 +148,10 @@ auto ProjectFileManager::ReadProjectFile( const FilePath &fileName )
AudacityMessageBox(
resaved
? XO("This project was not saved properly the last time Audacity ran.\n\n"
"It has been recovered to the last snapshot and resaved.")
"It has been recovered to the last snapshot.")
: XO("This project was not saved properly the last time Audacity ran.\n\n"
"It has been recovered to the last snapshot."),
"It has been recovered to the last snapshot, but you must save it\n"
"to preserve its contents."),
XO("Project Recovered"),
wxICON_WARNING,
&window);