More help messages

This commit is contained in:
twinaphex 2016-07-27 21:35:22 +02:00
parent b9aa9a6b1e
commit 746c6c85c2

View File

@ -204,6 +204,13 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
switch (msg)
{
case MENU_ENUM_LABEL_RUN:
snprintf(s, len, "Start the content.");
break;
case MENU_ENUM_LABEL_INFORMATION:
snprintf(s, len, "Show additional metatadata information \n"
"about the content.");
break;
case MENU_ENUM_LABEL_FILE_BROWSER_COMPRESSED_ARCHIVE:
snprintf(s, len, "Compressed archive file.");
break;