# HG changeset patch
# User Ideenmodellierer
# Date 1602433999 -7200
# Node ID bce852cc3b91391701b111af146552cb51a7c42b
# Parent  6960df7ddb09b9837738aa5e2b49775525a1665c
Shortend t3 view names:
Some german strings did not fit into the line in the selection dialog => shortend string

diff -r 6960df7ddb09 -r bce852cc3b91 Discovery/Src/text_multilanguage.c
--- 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[] = "";