Mercurial > public > ostc4
changeset 543:bce852cc3b91
Shortend t3 view names:
Some german strings did not fit into the line in the selection dialog => shortend string
author | Ideenmodellierer |
---|---|
date | Sun, 11 Oct 2020 18:33:19 +0200 |
parents | 6960df7ddb09 |
children | 3bb94d361f29 |
files | Discovery/Src/text_multilanguage.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Discovery/Src/text_multilanguage.c Sat Oct 10 21:02:05 2020 +0200 +++ b/Discovery/Src/text_multilanguage.c Sun Oct 11 18:33:19 2020 +0200 @@ -1591,25 +1591,25 @@ static uint8_t text_ES_SelectBigFont[] = ""; static uint8_t text_EN_ppo2Air[] = "PPO2 and active gas"; -static uint8_t text_DE_ppo2Air[] = "PPO2 und aktives Atemgas"; +static uint8_t text_DE_ppo2Air[] = "PPO2/Atemgas"; static uint8_t text_FR_ppo2Air[] = ""; static uint8_t text_IT_ppo2Air[] = ""; static uint8_t text_ES_ppo2Air[] = ""; static uint8_t text_EN_Navigation[] = "Compass and stop watch"; -static uint8_t text_DE_Navigation[] = "Kompass und Stoppuhr"; +static uint8_t text_DE_Navigation[] = "Kompass/Stoppuhr"; static uint8_t text_FR_Navigation[] = ""; static uint8_t text_IT_Navigation[] = ""; static uint8_t text_ES_Navigation[] = ""; static uint8_t text_EN_DepthData[] = "Average and max depth"; -static uint8_t text_DE_DepthData[] = "Mittlere und maximale Tiefe"; +static uint8_t text_DE_DepthData[] = "Mittlere/max Tiefe"; static uint8_t text_FR_DepthData[] = ""; static uint8_t text_IT_DepthData[] = ""; static uint8_t text_ES_DepthData[] = ""; static uint8_t text_EN_DecoTTS[] = "Deco and TTS"; -static uint8_t text_DE_DecoTTS[] = "Deco und TTS"; +static uint8_t text_DE_DecoTTS[] = "Deco/TTS"; static uint8_t text_FR_DecoTTS[] = ""; static uint8_t text_IT_DecoTTS[] = ""; static uint8_t text_ES_DecoTTS[] = "";