From 00a4465743b7438e2fe1fe9bec79b8bc0b64ba7b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 21 Nov 2016 09:51:51 +0100 Subject: [PATCH] Fix description of 'Allow All Users to Control the Menu' --- intl/msg_hash_us.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/intl/msg_hash_us.c b/intl/msg_hash_us.c index 1d0ce716fc..79924134c7 100644 --- a/intl/msg_hash_us.c +++ b/intl/msg_hash_us.c @@ -1681,7 +1681,9 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len) "3 - Press Start + Select simultaneously."); break; case MENU_ENUM_LABEL_INPUT_ALL_USERS_CONTROL_MENU: - snprintf(s, len, "Allow any RetroPad to control the menu."); + snprintf(s, len, "Allows any user to control the menu. \n" + " \n" + "When disabled, only user 1 can control the menu."); break; case MENU_ENUM_LABEL_INPUT_AUTODETECT_ENABLE: snprintf(s, len,