From 01864b4f6e8d4e1ac599f762c9ba17d8f5801d2f Mon Sep 17 00:00:00 2001 From: theheroGAC Date: Thu, 1 Nov 2018 09:25:36 +0100 Subject: [PATCH] Update msg_hash_it.h --- intl/msg_hash_it.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/intl/msg_hash_it.h b/intl/msg_hash_it.h index 028ca74cc1..3b428891f5 100644 --- a/intl/msg_hash_it.h +++ b/intl/msg_hash_it.h @@ -3552,17 +3552,17 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_OZONE_MENU_COLOR_THEME, "Colore del tema di Menu ") MSG_HASH( MENU_ENUM_LABEL_VALUE_OZONE_COLOR_THEME_BASIC_WHITE, - "Basic White" + "Bianco Basic " ) MSG_HASH( MENU_ENUM_LABEL_VALUE_OZONE_COLOR_THEME_BASIC_BLACK, - "Basic Black" + "Nero Basic" ) MSG_HASH( MENU_ENUM_SUBLABEL_OZONE_MENU_COLOR_THEME, - "Select a different color theme." + "Seleziona un tema con colorazione diversa." ) MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_USE_PREFERRED_SYSTEM_COLOR_THEME, - "Use preferred system color theme") + "Usa la colorazione preferita di sistema") MSG_HASH(MENU_ENUM_SUBLABEL_MENU_USE_PREFERRED_SYSTEM_COLOR_THEME, - "Use your operating system's color theme (if any) - overrides theme settings.") + "Utilizza la colorazione dei temi del sistema operativo (se presente) - impostazioni del tema di override.")