From 73fa3273055445fb0caa4e3b9f5d8e0912851ff8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 17 Jul 2016 00:42:36 +0200 Subject: [PATCH] Rename Parent Directory label --- 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 838a9b145a..52b37281dc 100644 --- a/intl/msg_hash_us.c +++ b/intl/msg_hash_us.c @@ -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: