From af23a14bdbf5bfb1f523c57d919d51d412239bdf Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Mon, 20 Jul 2020 16:34:48 -0500 Subject: [PATCH] AUP3: Change message text --- src/ProjectFileManager.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ProjectFileManager.cpp b/src/ProjectFileManager.cpp index 031a213fc..f4e8a80de 100644 --- a/src/ProjectFileManager.cpp +++ b/src/ProjectFileManager.cpp @@ -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);