# HG changeset patch # User Ideenmodellierer # Date 1736195673 -3600 # Node ID 902cb199eee6e4af002923e61090c0cfc681c26c # Parent 3420e3ba698d3fd7833818c9cdc61fc8dc586c21 Changed menu name O2 Sensors to External Sensors: Meanwhile not only O2 sensors may be connected using the external interface (e.g. CO2 sensors) => renamed menu to avoid confusions. diff -r 3420e3ba698d -r 902cb199eee6 Discovery/Src/text_multilanguage.c --- a/Discovery/Src/text_multilanguage.c Mon Jan 06 20:06:35 2025 +0100 +++ b/Discovery/Src/text_multilanguage.c Mon Jan 06 21:34:33 2025 +0100 @@ -202,11 +202,11 @@ static uint8_t text_ES_Compass[] = "Brújula"; // Menu SYS1 -static uint8_t text_EN_o2Sensors[] = "Oxygen sensors"; -static uint8_t text_DE_o2Sensors[] = "O2-Sensoren"; -static uint8_t text_FR_o2Sensors[] = "Cellules O2"; -static uint8_t text_IT_o2Sensors[] = "Sensore O2"; -static uint8_t text_ES_o2Sensors[] = "Sensores de O2"; +static uint8_t text_EN_o2Sensors[] = "External sensors"; +static uint8_t text_DE_o2Sensors[] = "Externe Sensoren"; +static uint8_t text_FR_o2Sensors[] = "Cellules externe"; +static uint8_t text_IT_o2Sensors[] = "Sensori esterni"; +static uint8_t text_ES_o2Sensors[] = "Sensores externos"; // Menu SYS1 static uint8_t text_EN_Brightness[] = "Brightness";