Skip to content

Commit 867b4c8

Browse files
committed
Add more explicit message about recoveryConfig
1 parent 90d1a44 commit 867b4c8

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

Source/MainWindow.cpp

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,16 @@ MainWindow::MainWindow (const File& fileToLoad, bool isConsoleApp_) : isConsoleA
200200
if (! isConsoleApp)
201201
{
202202
LOGD ("Detected difference between recoveryConfig and lastConfig; displaying alert window...");
203-
loadRecovery = AlertWindow::showYesNoCancelBox (AlertWindow::WarningIcon, "Reloading Settings", "It looks like the GUI crashed during your last run, "
204-
"causing the configured settings to not save properly. "
203+
loadRecovery = AlertWindow::showYesNoCancelBox (AlertWindow::WarningIcon, "Reloading Settings", "It looks like the GUI crashed the last time it was run. \n\n"
204+
"Any changes made before the crash are available in the "
205+
"'Recovered Signal Chain'.\n\nIf you want to load the settings "
206+
"from the last time the GUI was launched, select the "
207+
"'Signal Chain from Previous Launch'. \n\n"
208+
"Alternatively, you can start fresh with an "
209+
"'Empty Signal Chain'. \n\n"
205210
"Which configuration do you want to load?",
206-
"Recovery Config",
207-
"Last Config",
211+
"Recovered Signal Chain",
212+
"Signal Chain from Previous Launch",
208213
"Empty Signal Chain",
209214
documentWindow->getContentComponent());
210215
}

0 commit comments

Comments
 (0)