Test commit

This commit is contained in:
TuxSH 2015-09-13 16:46:05 +02:00
parent b58c79f42d
commit c35b4a330c

View File

@ -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)