Added translation for PRESS MODE TO EXIT AND STORE

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-06-05 12:24:06 +02:00
parent a042cf9262
commit 308e8ec44f
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -1391,7 +1391,7 @@ void BuildMenu() {
tft.drawRect(0, 0, 320, 240, TFT_BLUE);
tft.drawLine(0, 23, 320, 23, TFT_BLUE);
tft.setTextColor(TFT_SKYBLUE);
tft.drawString("PRESS MODE TO EXIT AND STORE", 20, 4, 2);
tft.drawString(myLanguage[language][41], 20, 4, 2);
tft.setTextColor(TFT_WHITE);
tft.drawRightString(VERSION, 305, 4, 2);
tft.drawRoundRect(10, menuoption, 300, 18, 5, TFT_WHITE);