From 08ed23ae0caf48fe4387e279095009f53f6fe009 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 16 Nov 2015 09:17:22 +0100 Subject: [PATCH] 'Add Tab' can't be translated right now either --- menu/intl/menu_hash_it.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/menu/intl/menu_hash_it.c b/menu/intl/menu_hash_it.c index 7b9a8590e1..0516f4c0dc 100644 --- a/menu/intl/menu_hash_it.c +++ b/menu/intl/menu_hash_it.c @@ -156,8 +156,13 @@ const char *menu_hash_to_str_it(uint32_t hash) case MENU_VALUE_HISTORY_TAB: return "History tab"; #endif +#if 1 + case MENU_VALUE_ADD_TAB: + return "Add tab"; +#else case MENU_VALUE_ADD_TAB: return "Aggiungi scheda"; +#endif #if 0 case MENU_VALUE_PLAYLISTS_TAB: return "Scheda Playlist";