Fixed level loading error message

master
krzys-h 2015-08-06 18:29:59 +02:00
parent 7649731b49
commit 69c6e9d4be
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ void CRobotMain::ChangePhase(Phase phase)
}
catch (const std::runtime_error& e)
{
LevelLoadingError("An error occured while trying to load a level scene", e);
LevelLoadingError("An error occured while trying to load a level", e);
}
}