(CocoaTouch) Change 'Resume' to 'Switch'

This commit is contained in:
Twinaphex 2015-05-09 09:53:20 +02:00
parent 7242693e69
commit 21614c9d4e

View File

@ -744,7 +744,7 @@ static void RunActionSheet(const char* title, const struct string_list* items, U
target:weakSelf
action:@selector(menuBack)];
[self set_rightbutton:BOXSTRING("Resume")
[self set_rightbutton:BOXSTRING("Switch")
target:[RetroArch_iOS get]
action:@selector(showGameView)];