diff --git a/apple/iOS/platform.m b/apple/iOS/platform.m index d77bd71092..543da2ae2c 100644 --- a/apple/iOS/platform.m +++ b/apple/iOS/platform.m @@ -256,7 +256,7 @@ static void handle_touch_event(NSArray* touches) const core_info_list_t* core_list = apple_core_info_list_get(); if (!core_list || core_list->count == 0) - apple_display_alert(@"No libretro cores were found. You will not be able to play any games.", 0); + apple_display_alert(@"No libretro cores were found. You will not be able to run any content.", 0); } - (void)applicationDidBecomeActive:(UIApplication *)application