# HG changeset patch # User Ideenmodellierer # Date 1599763967 -7200 # Node ID 0a407cd48912b31223dc322447c0f9cdcb567d43 # Parent 7512804bc6cf30df2dd0361376bffe5f19b94319 Changed string for data view selections: Changed string to better visualize what is located behind the menu option diff -r 7512804bc6cf -r 0a407cd48912 Discovery/Src/text_multilanguage.c --- 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[] = "";