mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-25 04:06:18 +00:00
(iOS) Reword 'game' to 'content' and 'play' to 'run'
This commit is contained in:
parent
2b01f0a33e
commit
e0309bbd01
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user