Change 'Load Program Core' string

This commit is contained in:
twinaphex 2015-06-22 06:55:33 +02:00
parent 96d2a50923
commit 0a8fccba95

View File

@ -2491,7 +2491,7 @@ static const char *menu_hash_to_str_english(uint32_t hash)
case MENU_LABEL_VALUE_NO_ITEMS:
return "No items.";
case MENU_LABEL_VALUE_CORE_LIST:
return "Load Program Core";
return "Load Core";
case MENU_LABEL_CORE_LIST:
return "program_core_list";
case MENU_LABEL_LOAD_CONTENT: