From cde4ecd08b9448a9cb8b93b84975154e6d25e56a Mon Sep 17 00:00:00 2001 From: IlDucci Date: Fri, 13 Dec 2019 16:48:43 +0100 Subject: [PATCH] Update msg_hash_es.h according to the latest changes on the US file. --- intl/msg_hash_es.h | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/intl/msg_hash_es.h b/intl/msg_hash_es.h index ff40f6750e..98a9523616 100644 --- a/intl/msg_hash_es.h +++ b/intl/msg_hash_es.h @@ -10187,12 +10187,19 @@ MSG_HASH( MSG_MANUAL_CONTENT_SCAN_END, "Escaneo finalizado: " ) -MSG_HASH(MENU_ENUM_LABEL_VALUE_ACCESSIBILITY_ENABLED, - "Activar accesibilidad") -MSG_HASH(MENU_ENUM_SUBLABEL_ACCESSIBILITY_ENABLED, - "Activa o desactiva el narrador de accesibilidad en los menús.") -MSG_HASH(MENU_ENUM_SUBLABEL_ACCESSIBILITY_NARRATOR_SPEECH_SPEED, - "Ajusta la velocidad de lectura del narrador.") -MSG_HASH(MENU_ENUM_LABEL_VALUE_ACCESSIBILITY_NARRATOR_SPEECH_SPEED, - "Velocidad de lectura del narrador") - +MSG_HASH( + MENU_ENUM_LABEL_VALUE_ACCESSIBILITY_ENABLED, + "Activar accesibilidad" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_ACCESSIBILITY_ENABLED, + "Activa o desactiva el narrador de accesibilidad en los menús." + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_ACCESSIBILITY_NARRATOR_SPEECH_SPEED, + "Ajusta la velocidad de lectura del narrador." + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_ACCESSIBILITY_NARRATOR_SPEECH_SPEED, + "Velocidad de lectura del narrador" + )