Mercurial > public > ostc4
changeset 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 | f3463c06b2d3 |
children | 01ee21dd311f |
files | Discovery/Src/text_multilanguage.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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";