+ moved PRESS MODE... string to the left to fit Polish translation
This commit is contained in:
Mateusz Walkowiak
2023-06-05 12:49:11 +02:00
parent ed09c4e443
commit fb662d7922
2 changed files with 3 additions and 3 deletions

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(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);

View File

@@ -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"
}