diff --git a/intl/msg_hash_es.c b/intl/msg_hash_es.c index 478c410e32..c1ca78b1ed 100644 --- a/intl/msg_hash_es.c +++ b/intl/msg_hash_es.c @@ -1550,7 +1550,7 @@ const char *msg_hash_to_str_es(enum msg_hash_enums msg) case MENU_ENUM_LABEL_VALUE_AUDIO_SETTINGS: return "Sonido"; case MENU_ENUM_LABEL_VALUE_AUDIO_SYNC: - return "Activar sincronía de sonido"; + return "Sincronía de sonido"; case MENU_ENUM_LABEL_VALUE_AUDIO_VOLUME: return "Volumen de sonido (dB)"; case MENU_ENUM_LABEL_VALUE_AUTOSAVE_INTERVAL: diff --git a/intl/msg_hash_it.c b/intl/msg_hash_it.c index 480fad296c..e299285918 100644 --- a/intl/msg_hash_it.c +++ b/intl/msg_hash_it.c @@ -1626,7 +1626,7 @@ const char *msg_hash_to_str_it(enum msg_hash_enums msg) case MENU_ENUM_LABEL_VALUE_AUDIO_VOLUME: return "Livello volume audio (dB)"; case MENU_ENUM_LABEL_VALUE_AUDIO_SYNC: - return "Abilita sincro audio"; + return "Sincro audio"; case MENU_ENUM_LABEL_VALUE_AUDIO_RATE_CONTROL_DELTA: return "Delta di controllo frequenza audio"; case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_NUM_PASSES: diff --git a/intl/msg_hash_nl.h b/intl/msg_hash_nl.h index ba2abb1167..9078b20c05 100644 --- a/intl/msg_hash_nl.h +++ b/intl/msg_hash_nl.h @@ -205,7 +205,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_AUDIO_SYNC, - "Audio Synchronizatie Activeren" + "Audio Synchronizatie" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_AUDIO_VOLUME, diff --git a/intl/msg_hash_pt.c b/intl/msg_hash_pt.c index a720feee37..0c9b603df2 100644 --- a/intl/msg_hash_pt.c +++ b/intl/msg_hash_pt.c @@ -989,7 +989,7 @@ const char *msg_hash_to_str_pt(enum msg_hash_enums msg) case MENU_ENUM_LABEL_VALUE_AUDIO_SETTINGS: return "Áudio"; case MENU_ENUM_LABEL_VALUE_AUDIO_SYNC: - return "Ativar Sincronismo de Áudio"; + return "Sincronismo de Áudio"; case MENU_ENUM_LABEL_VALUE_AUDIO_VOLUME: return "Volume de Áudio (dB)"; case MENU_ENUM_LABEL_VALUE_AUTOSAVE_INTERVAL: diff --git a/intl/msg_hash_ru.h b/intl/msg_hash_ru.h index 413c096a39..a7fd9215b2 100644 --- a/intl/msg_hash_ru.h +++ b/intl/msg_hash_ru.h @@ -205,7 +205,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_AUDIO_SYNC, - "Audio Sync Enable" + "Audio Sync" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_AUDIO_VOLUME, diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index b785717911..89b807f043 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -209,7 +209,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_LABEL_VALUE_AUDIO_SYNC, - "Audio Sync Enable" + "Audio Sync" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_AUDIO_VOLUME, diff --git a/intl/msg_hash_vn.c b/intl/msg_hash_vn.c index 30915360e2..269f1aa2f8 100644 --- a/intl/msg_hash_vn.c +++ b/intl/msg_hash_vn.c @@ -1986,7 +1986,7 @@ const char *msg_hash_to_str_vn(enum msg_hash_enums msg) case MENU_ENUM_LABEL_VALUE_AUDIO_SETTINGS: return "Audio"; case MENU_ENUM_LABEL_VALUE_AUDIO_SYNC: - return "Audio Sync Enable"; + return "Audio Sync"; case MENU_ENUM_LABEL_VALUE_AUDIO_VOLUME: return "Audio Volume Level (dB)"; case MENU_ENUM_LABEL_VALUE_AUTOSAVE_INTERVAL: diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 3a75466539..9d52b426bb 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -1854,6 +1854,7 @@ static uintptr_t xmb_icon_get_id(xmb_handle_t *xmb, switch (enum_idx) { case MENU_ENUM_LABEL_CORE_OPTIONS: + case MENU_ENUM_LABEL_NAVIGATION_BROWSER_FILTER_SUPPORTED_EXTENSIONS_ENABLE: return xmb->textures.list[XMB_TEXTURE_CORE_OPTIONS]; case MENU_ENUM_LABEL_CORE_INPUT_REMAPPING_OPTIONS: return xmb->textures.list[XMB_TEXTURE_INPUT_REMAPPING_OPTIONS];