From f9098208a03b743efaae08aaccb3d77771c805f4 Mon Sep 17 00:00:00 2001 From: Alexandre Garcia Date: Fri, 3 Jun 2016 14:33:47 -0300 Subject: [PATCH] Undoes the translation of the tabs, which is causing problems in the menu, and adds translation to remote retropad item --- menu/intl/menu_hash_pt.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/menu/intl/menu_hash_pt.c b/menu/intl/menu_hash_pt.c index b5ed0dbc06..18f6c9b823 100644 --- a/menu/intl/menu_hash_pt.c +++ b/menu/intl/menu_hash_pt.c @@ -35,6 +35,8 @@ const char *menu_hash_to_str_pt(uint32_t hash) { switch (hash) { + case MENU_LABEL_VALUE_START_NET_RETROPAD: + return "Iniciar RetroPad Remoto"; case MENU_LABEL_VALUE_SCAN_THIS_DIRECTORY: return ""; case MENU_LABEL_VALUE_SCAN_FILE: @@ -43,14 +45,6 @@ const char *menu_hash_to_str_pt(uint32_t hash) return "Escanear Diretório"; case MENU_LABEL_VALUE_START_CORE: return "Iniciar Core"; - case MENU_VALUE_SETTINGS_TAB: - return "Aba de Definições"; - case MENU_VALUE_HISTORY_TAB: - return "Aba de Histórico"; - case MENU_VALUE_ADD_TAB: - return "Aba de Adição"; - case MENU_VALUE_PLAYLISTS_TAB: - return "Aba de Listas de Jogos"; case MENU_LABEL_VALUE_INFORMATION_LIST: return "Informação"; case MENU_LABEL_VALUE_USE_BUILTIN_PLAYER: