mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Correct text
This commit is contained in:
parent
afa9e17c59
commit
21714726d6
@ -380,7 +380,7 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
|
||||
case MENU_ENUM_LABEL_INPUT_OVERLAY_HIDE_IN_MENU:
|
||||
snprintf(s, len,
|
||||
"Hide the current overlay from appearing \n"
|
||||
"in menu screens.");
|
||||
"inside the menu.");
|
||||
break;
|
||||
case MENU_ENUM_LABEL_OVERLAY_PRESET:
|
||||
snprintf(s, len,
|
||||
|
@ -304,7 +304,7 @@
|
||||
# Enable or disable the current overlay.
|
||||
# input_overlay_enable = true
|
||||
|
||||
# Hide the current overlay from appearing in menu screens.
|
||||
# Hide the current overlay from appearing inside the menu.
|
||||
# input_overlay_hide_in_menu = true
|
||||
|
||||
# Path to input overlay.
|
||||
|
Loading…
x
Reference in New Issue
Block a user