From c35b4a330c2eef49047ee61d48ed820adb95b12f Mon Sep 17 00:00:00 2001 From: TuxSH Date: Sun, 13 Sep 2015 16:46:05 +0200 Subject: [PATCH] Test commit --- PkmGCSaveEditor/src/MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PkmGCSaveEditor/src/MainWindow.cpp b/PkmGCSaveEditor/src/MainWindow.cpp index 02fb03a..5e697fc 100644 --- a/PkmGCSaveEditor/src/MainWindow.cpp +++ b/PkmGCSaveEditor/src/MainWindow.cpp @@ -364,7 +364,7 @@ void MainWindow::openSaveFile(void) { currentSaveSlot = saveFile->getMostRecentValidSlot(0, &slIndex); if (slIndex == 1) QMessageBox::warning(this, tr("Warning"), tr("The backup save slot was loaded because the most recent save slot is corrupt.")); - else if (slIndex == 2) // Colosseum only + else if (slIndex == 2) // Can only happen for Colosseum QMessageBox::warning(this, tr("Warning"), tr("The second backup save slot was loaded because the other ones are corrupt.")); if (currentSaveSlot == NULL)