Rename Parent Directory label

This commit is contained in:
twinaphex 2016-07-17 00:42:36 +02:00
parent 184e99defa
commit 73fa327305

View File

@ -2565,7 +2565,7 @@ const char *msg_hash_to_str_us(enum msg_hash_enums msg)
case MENU_ENUM_LABEL_VALUE_INTERNAL_STORAGE_STATUS:
return "Internal storage status";
case MENU_ENUM_LABEL_VALUE_PARENT_DIRECTORY:
return "..";
return "Parent directory";
case MENU_ENUM_LABEL_VALUE_RUN:
return "Run";
case MENU_ENUM_LABEL_VALUE_VIDEO_VIEWPORT_CUSTOM_X: