diff --git a/intl/msg_hash_us.c b/intl/msg_hash_us.c index 34d8c9949c..660d2989a6 100644 --- a/intl/msg_hash_us.c +++ b/intl/msg_hash_us.c @@ -211,6 +211,9 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len) snprintf(s, len, "Show additional metatadata information \n" "about the content."); break; + case MENU_ENUM_LABEL_FILE_BROWSER_CONFIG: + snprintf(s, len, "Configuration file."); + break; case MENU_ENUM_LABEL_FILE_BROWSER_COMPRESSED_ARCHIVE: snprintf(s, len, "Compressed archive file."); break;