Clarify message asking for RCT2 files

This commit is contained in:
Michael Steenbeek 2016-09-15 10:34:14 +02:00 committed by GitHub
parent d8f2da4ec4
commit ddfbd0384b
1 changed files with 1 additions and 1 deletions

View File

@ -937,7 +937,7 @@ bool config_find_or_browse_install_directory()
safe_strcpy(gConfigGeneral.game_path, path, MAX_PATH);
} else {
while (1) {
platform_show_messagebox("Unable to find RCT2 installation directory. Please select the directory where you installed RCT2!");
platform_show_messagebox("OpenRCT2 needs files from the original RollerCoaster Tycoon 2 in order to work. Please select the directory where you installed RollerCoaster Tycoon 2.");
installPath = platform_open_directory_browser("Please select your RCT2 directory");
if (installPath == NULL)
return false;