mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
(Menu) Change 'flushes' to 'saves'
This commit is contained in:
parent
a27a48003b
commit
ce0a1ceaca
@ -2273,7 +2273,7 @@ int setting_get_description(const char *label, char *s,
|
|||||||
else if (!strcmp(label, "config_save_on_exit"))
|
else if (!strcmp(label, "config_save_on_exit"))
|
||||||
{
|
{
|
||||||
snprintf(s, len,
|
snprintf(s, len,
|
||||||
" -- Flushes config to disk on exit.\n"
|
" -- Saves config to disk on exit.\n"
|
||||||
"Useful for menu as settings can be\n"
|
"Useful for menu as settings can be\n"
|
||||||
"modified. Overwrites the config.\n"
|
"modified. Overwrites the config.\n"
|
||||||
" \n"
|
" \n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user