1
0
Fork 0
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:
Bertrand Songis 2014-02-23 19:57:51 +01:00
parent 525fee5acd
commit 0bbb3c6b4f
13 changed files with 13 additions and 1 deletions

View file

@ -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));
}