mirror of
https://github.com/opentx/opentx.git
synced 2025-07-18 22:05:10 +03:00
Translation for the string added
This commit is contained in:
parent
525fee5acd
commit
0bbb3c6b4f
13 changed files with 13 additions and 1 deletions
|
@ -4094,7 +4094,7 @@ void menuModelGVars(uint8_t event)
|
|||
bool first2seconds = (tmr10ms - menuEntryTime > 200); /*2 seconds*/
|
||||
|
||||
if (first2seconds) {
|
||||
menuTitle = "GLOBAL V."; // TODO translate
|
||||
menuTitle = STR_GLOBAL_V;
|
||||
for (int i=0; i<MAX_GVARS; i++) {
|
||||
putsStrIdx(GVARS_FM_COLUMN(i)-16, 1, STR_FP, i, SMLSIZE|(getFlightPhase()==i ? INVERS : 0));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue