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

Fixes #2494: "Play Haptic" renamed to "Haptic" in Companion (as is on the radio)

This commit is contained in:
Damjan Adamic 2015-07-18 19:18:26 +02:00
parent 17171b2166
commit 8ba9016580
13 changed files with 13 additions and 13 deletions

View file

@ -898,7 +898,7 @@ QString CustomFunctionData::funcToString()
else if (func == FuncPlaySound)
return QObject::tr("Play Sound");
else if (func == FuncPlayHaptic)
return QObject::tr("Play Haptic");
return QObject::tr("Haptic");
else if (func == FuncReset)
return QObject::tr("Reset");
else if (func >= FuncSetTimer1 && func <= FuncSetTimer3)