Mercurial > public > ostc4
diff Discovery/Src/text_multilanguage.c @ 523:0a407cd48912
Changed string for data view selections:
Changed string to better visualize what is located behind the menu option
author | Ideenmodellierer |
---|---|
date | Thu, 10 Sep 2020 20:52:47 +0200 |
parents | 998529b3e142 |
children | 88c626d01ee5 |
line wrap: on
line diff
--- a/Discovery/Src/text_multilanguage.c Thu Sep 10 20:51:36 2020 +0200 +++ b/Discovery/Src/text_multilanguage.c Thu Sep 10 20:52:47 2020 +0200 @@ -1564,14 +1564,14 @@ static uint8_t text_IT_FlipDisplay[] = ""; static uint8_t text_ES_FlipDisplay[] = ""; -static uint8_t text_EN_SelectCustom[] = "Data views"; +static uint8_t text_EN_SelectCustom[] = "Select data views"; static uint8_t text_DE_SelectCustom[] = "Auswahl Datenanzeige"; static uint8_t text_FR_SelectCustom[] = ""; static uint8_t text_IT_SelectCustom[] = ""; static uint8_t text_ES_SelectCustom[] = ""; -static uint8_t text_EN_SelectBigFont[] = "Bigfont data views"; -static uint8_t text_DE_SelectBigFont[] = "Grosschrift Daten"; +static uint8_t text_EN_SelectBigFont[] = "Select bigfont data views"; +static uint8_t text_DE_SelectBigFont[] = "Auswahl Grosschrift Daten"; static uint8_t text_FR_SelectBigFont[] = ""; static uint8_t text_IT_SelectBigFont[] = ""; static uint8_t text_ES_SelectBigFont[] = "";