From 67fc4d61c6618e841b2eadfb056ad898318a3682 Mon Sep 17 00:00:00 2001 From: Phaze-III Date: Wed, 10 Apr 2024 17:52:15 +0200 Subject: [PATCH] Remove [[]] brackets --- airrohr-firmware/intl_it.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airrohr-firmware/intl_it.h b/airrohr-firmware/intl_it.h index 1b6c36ce..acfc5fac 100644 --- a/airrohr-firmware/intl_it.h +++ b/airrohr-firmware/intl_it.h @@ -38,8 +38,8 @@ const char INTL_DS18B20[] PROGMEM = "DS18B20 ({t})"; const char INTL_DNMS[] PROGMEM = "DNMS ({l_a})"; const char INTL_DNMS_CORRECTION[] PROGMEM = "Correzione in dB(A)"; const char INTL_TEMP_CORRECTION[] PROGMEM = "Correzione in °C"; -const char INTL_HEIGHT_ABOVE_SEALEVEL[] PROGMEM = "[[Altitudine]]"; -const char INTL_PRESSURE_AT_SEALEVEL[] PROGMEM = "[[Pressione al livello del mare]]"; +const char INTL_HEIGHT_ABOVE_SEALEVEL[] PROGMEM = "Altitudine"; +const char INTL_PRESSURE_AT_SEALEVEL[] PROGMEM = "Pressione al livello del mare"; const char INTL_NEO6M[] PROGMEM = "GPS (NEO 6M)"; const char INTL_BASICAUTH[] PROGMEM = "Autorizzazione"; #define INTL_REPORT_ISSUE "Segnala un problema"