mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Issue #828 - "Edge" instead of "Stay"
This commit is contained in:
parent
57e2428c29
commit
49e587eb44
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ QString LogicalSwitchData::funcToString()
|
||||||
case LS_FN_STICKY:
|
case LS_FN_STICKY:
|
||||||
return QObject::tr("Sticky");
|
return QObject::tr("Sticky");
|
||||||
case LS_FN_STAY:
|
case LS_FN_STAY:
|
||||||
return QObject::tr("Stay");
|
return QObject::tr("Edge");
|
||||||
default:
|
default:
|
||||||
return QObject::tr("Unknown");
|
return QObject::tr("Unknown");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue