changeset 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 7512804bc6cf
children b33a8c1c72e5
files Discovery/Src/text_multilanguage.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
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[] = "";