You've already forked TEF6686_ESP32
fix typo
+ moved PRESS MODE... string to the left to fit Polish translation
This commit is contained in:
@@ -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(myLanguage[language][41], 20, 4, 2);
|
||||
tft.drawString(myLanguage[language][41], 10, 4, 2);
|
||||
tft.setTextColor(TFT_WHITE);
|
||||
tft.drawRightString(VERSION, 305, 4, 2);
|
||||
tft.drawRoundRect(10, menuoption, 300, 18, 5, TFT_WHITE);
|
||||
|
||||
@@ -114,7 +114,7 @@ const char myLanguage[3][42][50] = {
|
||||
"Ustaw gorna granice pasma",
|
||||
"Ustaw odchylenie sygnalu",
|
||||
"Ustaw prog separacji Stereo",
|
||||
"Ustaw czest. gran. f. dolnoprzep.",
|
||||
"Czest. gran. filtra dolnoprzep.",
|
||||
"Ustaw prog dolnoprzep.",
|
||||
"Ustaw dolna granice sygnalu",
|
||||
"Ustaw jasnosc wyswietlacza",
|
||||
@@ -129,7 +129,7 @@ const char myLanguage[3][42][50] = {
|
||||
"Pokaz bledy RDS",
|
||||
"Jezyk",
|
||||
"Wybierz swoj jezyk",
|
||||
"NACISNIJ MODE ABY ZAMKNAC I ZAMKNAC"
|
||||
"WCISNIJ MODE ABY ZAMKNAC I ZAPISAC"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user