1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 21:05:26 +03:00
This commit is contained in:
bsongis 2014-09-12 12:34:12 +02:00
parent 2237de99ed
commit 4f5a2ab884
2 changed files with 2 additions and 2 deletions

View file

@ -461,7 +461,7 @@ QString RawSwitch::toString()
};
static const QString timerModes[] = {
QObject::tr("OFF"), QObject::tr("ABS"),
QObject::tr("OFF"), QObject::tr("ON"),
QObject::tr("THs"), QObject::tr("TH%"), QObject::tr("THt")
};