mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-16 08:34:10 +02:00
AUP3: Change message text
This commit is contained in:
parent
5652b9b039
commit
af23a14bdb
@ -148,9 +148,10 @@ auto ProjectFileManager::ReadProjectFile( const FilePath &fileName )
|
|||||||
AudacityMessageBox(
|
AudacityMessageBox(
|
||||||
resaved
|
resaved
|
||||||
? XO("This project was not saved properly the last time Audacity ran.\n\n"
|
? 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"
|
: 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"),
|
XO("Project Recovered"),
|
||||||
wxICON_WARNING,
|
wxICON_WARNING,
|
||||||
&window);
|
&window);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user