From a6b7052e5db75d03beff06c6e59d00960045b8c1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 31 Jul 2016 18:12:57 +0200 Subject: [PATCH] Edit message --- intl/msg_hash_us.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intl/msg_hash_us.c b/intl/msg_hash_us.c index 5314179de9..690833b900 100644 --- a/intl/msg_hash_us.c +++ b/intl/msg_hash_us.c @@ -446,7 +446,7 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len) break; case MENU_ENUM_LABEL_HISTORY_LIST_ENABLE: snprintf(s, len, - "If enabled, every content file loaded \n" + "If enabled, every file loaded \n" "in RetroArch will be automatically \n" "added to the recent history list."); break;