1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-17 05:15:18 +03:00

TOOLS internationalisation

This commit is contained in:
3djc 2019-04-19 16:41:21 +02:00
parent 5be4890cce
commit 962cdc7b67
16 changed files with 143 additions and 12 deletions

View file

@ -62,7 +62,7 @@ void menuRadioTools(event_t event)
}
}
SIMPLE_MENU("TOOLS", menuTabGeneral, MENU_RADIO_TOOLS, HEADER_LINE + spectrum_modules + power_modules);
SIMPLE_MENU(STR_MENUTOOLS, menuTabGeneral, MENU_RADIO_TOOLS, HEADER_LINE + spectrum_modules + power_modules);
#if defined(PXX2)
uint8_t menu_index = 0;