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:
parent
17171b2166
commit
8ba9016580
13 changed files with 13 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue