(RMenu) Change title of 'Screenshot Mode' to 'Take Screenshot' - same as

RGUI
This commit is contained in:
twinaphex 2013-05-05 04:48:06 +02:00
parent 2c557c1eef
commit de1f159178

View File

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