Skip to content

Commit e858e1b

Browse files
committed
Changed the warning message when Exult doesn't find the games' data files (synced with v1.10.x branch)
1 parent 57eecfe commit e858e1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exultmenu.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,17 +396,17 @@ BaseGameInfo* ExultMenu::run() {
396396
// OS Specific messages
397397
#ifdef __IPHONEOS__
398398
const char game_missing_msg[]
399-
= "Please add the games in iTunes File Sharing";
399+
= "Please add the games in File Sharing";
400400
const char close_screen_msg[] = "Touch screen for help!";
401401
#else
402402
const char game_missing_msg[] = "Please edit the configuration file.";
403403
const char close_screen_msg[] = "Press ESC to exit.";
404404
#endif
405405
// Create our message and programatically center it.
406406
const char* const message[8] = {
407-
"WARNING",
407+
"Welcome to Exult",
408408
"",
409-
"Could not find the static data for either",
409+
"To play you need the static data for either",
410410
R"("The Black Gate" or "Serpent Isle".)",
411411
game_missing_msg,
412412
"",

0 commit comments

Comments
 (0)