From ddfbd0384bd04c3541dcfc6e89b4946d6958d4fd Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Thu, 15 Sep 2016 10:34:14 +0200 Subject: [PATCH] Clarify message asking for RCT2 files --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index 38e84d91ad..940416a633 100644 --- a/src/config.c +++ b/src/config.c @@ -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;