mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 10:40:39 +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"))
|
||||
{
|
||||
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"
|
||||
"modified. Overwrites the config.\n"
|
||||
" \n"
|
||||
|
Loading…
Reference in New Issue
Block a user