(Menu) Change 'flushes' to 'saves'

This commit is contained in:
Twinaphex 2015-06-04 15:03:03 +02:00
parent a27a48003b
commit ce0a1ceaca

View File

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