File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 " " ,
You can’t perform that action at this time.
0 commit comments