One more string farmed out. Apparently they will never end.

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1659 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
Nikos Barkas 2008-05-29 12:09:37 +00:00
parent d97720b1a7
commit 08ebc6dd29
2 changed files with 2 additions and 1 deletions

View File

@ -959,6 +959,7 @@
"loadscreen-title" = "Select Commander";
// Load game failed messages
"loadfailed-saved-game-failed-to-load" = "Saved game failed to load.";
"loadfailed-no-file-specified" = "No file specified!";
"loadfailed-could-not-load-file" = "Could not load file.";
"loadfailed-could-not-find-ship-type-@-please-reinstall-the-appropriate-OXP"

View File

@ -450,7 +450,7 @@
[[UNIVERSE gameController] setPlayerFileToLoad:nil];
[UNIVERSE game_over];
[UNIVERSE clearPreviousMessage];
[UNIVERSE addMessage:@"Saved game failed to load." forCount: 9.0];
[UNIVERSE addMessage:DESC(@"loadfailed-saved-game-failed-to-load") forCount: 9.0];
if (fail_reason != nil) [UNIVERSE addMessage: fail_reason forCount: 9.0];
return NO;
}