mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 00:05:17 +03:00
'phase' renamed to 'flight mode' everywhere in the code
This commit is contained in:
parent
20125474c1
commit
2094e87da5
41 changed files with 483 additions and 483 deletions
|
@ -835,7 +835,7 @@ QString getPhasesStr(unsigned int phases, ModelData & model)
|
|||
for (int i=0; i<numphases;i++) {
|
||||
if (!(phases & (1<<i))) {
|
||||
if (count++ > 0) str += QString(", ");
|
||||
str += getPhaseName(i+1, model.phaseData[i].name);
|
||||
str += getPhaseName(i+1, model.flightModeData[i].name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue