Refactoring on state line

This commit is contained in:
Armel FAUVEAU
2024-02-18 18:18:52 +01:00
parent a63888b3c3
commit b8abb092eb

View File

@@ -1147,7 +1147,7 @@ void UI_DisplayMain(void)
}
else
{
const char *bandWidthNames[] = {"WIDE", "NAR"};
const char *bandWidthNames[] = {"WIDE", "NARROW"};
GUI_DisplaySmallest(bandWidthNames[vfoInfo->CHANNEL_BANDWIDTH], 76, line == 0 ? 17 : 49, false, true);
}
#else