mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 18:35:22 +00:00
(RMenu) Change title of 'Screenshot Mode' to 'Take Screenshot' - same as
RGUI
This commit is contained in:
parent
2c557c1eef
commit
de1f159178
@ -2148,7 +2148,7 @@ static int select_setting(void *data, uint64_t input)
|
||||
strlcpy(comment, "Press a button to step one frame.", sizeof(comment));
|
||||
break;
|
||||
case INGAME_MENU_SCREENSHOT_MODE:
|
||||
strlcpy(text, "Screenshot Mode", sizeof(text));
|
||||
strlcpy(text, "Take Screenshot", sizeof(text));
|
||||
strlcpy(setting_text, "", sizeof(setting_text));
|
||||
strlcpy(comment, "Take a screenshot.", sizeof(comment));
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user