# HG changeset patch # User Ideenmodellierer # Date 1700162701 -3600 # Node ID d5e68cc08f9abe59a1df72042c5b4855d3e53eb6 # Parent 107c29934671c969c9af9d9792effa2a34898d35 Changes wording from travel gas to work gas to use same wording as for other OSTCs diff -r 107c29934671 -r d5e68cc08f9a Discovery/Src/text_multilanguage.c --- a/Discovery/Src/text_multilanguage.c Sun Nov 05 20:21:42 2023 +0100 +++ b/Discovery/Src/text_multilanguage.c Thu Nov 16 20:25:01 2023 +0100 @@ -288,8 +288,8 @@ static uint8_t text_ES_Deco[] = "Deco"; // Menu Gas -static uint8_t text_EN_Travel[] = "Travel"; -static uint8_t text_DE_Travel[] = "Reise"; +static uint8_t text_EN_Travel[] = "Work"; +static uint8_t text_DE_Travel[] = "Arbeit"; static uint8_t text_FR_Travel[] = "Travel"; static uint8_t text_IT_Travel[] = "Viaggio"; static uint8_t text_ES_Travel[] = "Viaje"; @@ -1589,8 +1589,8 @@ static uint8_t text_IT_ShowDebug[] = "Informazioni Debug"; static uint8_t text_ES_ShowDebug[] = "InformaciĆ³n de depuraciĆ³n"; -static uint8_t text_EN_SimTravelGas[] = "Travel Gas"; -static uint8_t text_DE_SimTravelGas[] = "Reise Gas"; +static uint8_t text_EN_SimTravelGas[] = "Work Gas"; +static uint8_t text_DE_SimTravelGas[] = "Arbeitsgas"; static uint8_t text_FR_SimTravelGas[] = "Gaz Travel"; static uint8_t text_IT_SimTravelGas[] = "Gas da viaggio"; static uint8_t text_ES_SimTravelGas[] = "Gas de viaje";