Fix wrong text assignment in Auto memory menu

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-08-05 00:52:39 +02:00
parent cdf237b39b
commit 41ab18f0ff

View File

@@ -1035,7 +1035,7 @@ void ShowOneLine(byte position, byte item, bool selected) {
case AUTOMEM:
FullLineSprite.setTextDatum(TL_DATUM);
FullLineSprite.setTextColor(ActiveColor, ActiveColorSmooth, false);
FullLineSprite.drawString(removeNewline(myLanguage[language][266]), 6, 2);
FullLineSprite.drawString(removeNewline(myLanguage[language][267]), 6, 2);
FullLineSprite.setTextDatum(TR_DATUM);
FullLineSprite.setTextColor(PrimaryColor, PrimaryColorSmooth, false);