(iOS) Reword 'game' to 'content' and 'play' to 'run'

This commit is contained in:
twinaphex 2013-11-29 16:39:47 +01:00
parent 2b01f0a33e
commit e0309bbd01

View File

@ -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