# HG changeset patch # User Ideenmodellierer # Date 1606331990 -3600 # Node ID f9c6ef0982759ed26e187a9e09ce73ee34195c2b # Parent f3463c06b2d3d11b7a3688a0c3b3130f1fa55181 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 diff -r f3463c06b2d3 -r f9c6ef098275 Discovery/Src/text_multilanguage.c --- 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";