1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 08:15:17 +03:00

Issue #594 - Two timers can be set ...

This commit is contained in:
Bertrand Songis 2014-02-08 16:44:59 +01:00
parent a9ed6485fd
commit 9052f8824e
7 changed files with 60 additions and 31 deletions

View file

@ -615,8 +615,8 @@ QString FuncSwData::funcToString()
return QObject::tr("Play Haptic");
else if (func == FuncReset)
return QObject::tr("Reset");
else if (func == FuncSetTimer)
return QObject::tr("Set Timer");
else if (func >= FuncSetTimer1 && func <= FuncSetTimer2)
return QObject::tr("Set Timer %1").arg(func-FuncSetTimer1+1);
else if (func == FuncVario)
return QObject::tr("Vario");
else if (func == FuncPlayPrompt)