Mercurial > public > ostc4
diff Discovery/Src/text_multilanguage.c @ 573:f9c6ef098275
Update String "Blickwinkel":
In previous version just "Blickwinkel" was show as entry for the calibration view. This has now be replaced by "Kalibriere Blinkwinkel" as it is also in the english translation
author | Ideenmodellierer |
---|---|
date | Wed, 25 Nov 2020 20:19:50 +0100 |
parents | ec76fa85009e |
children | 830de438e0b0 |
line wrap: on
line diff
--- a/Discovery/Src/text_multilanguage.c Wed Nov 25 20:18:22 2020 +0100 +++ b/Discovery/Src/text_multilanguage.c Wed Nov 25 20:19:50 2020 +0100 @@ -746,7 +746,7 @@ // Dive Menu static uint8_t text_EN_CalibView[] = "Calibrate View"; -static uint8_t text_DE_CalibView[] = "Blickwinkel"; +static uint8_t text_DE_CalibView[] = "Kalibriere Blickwinkel"; static uint8_t text_FR_CalibView[] = "Calibrate View"; static uint8_t text_IT_CalibView[] = "Calibrate View"; static uint8_t text_ES_CalibView[] = "Calibrate View";