diff --git a/intl/msg_hash_it.c b/intl/msg_hash_it.c index bfeeb527a3..24f79d2d9b 100644 --- a/intl/msg_hash_it.c +++ b/intl/msg_hash_it.c @@ -1702,7 +1702,7 @@ const char *msg_hash_to_str_it(enum msg_hash_enums msg) case MENU_ENUM_LABEL_VALUE_TAKE_SCREENSHOT: return "Cattura Screenshot"; case MENU_ENUM_LABEL_VALUE_DELETE_ENTRY: - return "Rimuovi dalla Playlist"; + return "Rimuovi"; case MENU_ENUM_LABEL_VALUE_RESUME: return "Riprendi"; case MENU_ENUM_LABEL_VALUE_DISK_INDEX: diff --git a/intl/msg_hash_nl.c b/intl/msg_hash_nl.c index 89c91f2acc..3704537851 100644 --- a/intl/msg_hash_nl.c +++ b/intl/msg_hash_nl.c @@ -504,7 +504,9 @@ const char *msg_hash_to_str_nl(enum msg_hash_enums msg) case MENU_ENUM_LABEL_VALUE_CORE_COUNTERS: return "Core Prestatie Tellers"; case MENU_ENUM_LABEL_VALUE_TAKE_SCREENSHOT: - return "Maak Screenshot"; + return "Schermafdruk"; + case MENU_ENUM_LABEL_VALUE_DELETE_ENTRY: + return "Verwijderen"; case MENU_ENUM_LABEL_VALUE_RESUME: return "Hervatten"; case MENU_ENUM_LABEL_VALUE_DISK_INDEX: diff --git a/intl/msg_hash_us.c b/intl/msg_hash_us.c index 34115554c8..e278f2f5a0 100644 --- a/intl/msg_hash_us.c +++ b/intl/msg_hash_us.c @@ -4102,7 +4102,7 @@ const char *msg_hash_to_str_us(enum msg_hash_enums msg) case MENU_ENUM_LABEL_VALUE_TAKE_SCREENSHOT: return "Take Screenshot"; case MENU_ENUM_LABEL_VALUE_DELETE_ENTRY: - return "Remove from Playlist"; + return "Remove"; case MENU_ENUM_LABEL_VALUE_RESUME: return "Resume"; case MENU_ENUM_LABEL_VALUE_DISK_INDEX: