1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 00:05:17 +03:00
This commit is contained in:
bsongis 2015-02-14 18:26:08 +01:00
parent ae16191e76
commit 895bc26f77
6 changed files with 67 additions and 0 deletions

View file

@ -869,6 +869,8 @@ QString CustomFunctionData::funcToString()
return QObject::tr("Volume");
else if (func == FuncBacklight)
return QObject::tr("Backlight");
else if (func == FuncScreenshot)
return QObject::tr("Screenshot");
else if (func == FuncBackgroundMusic)
return QObject::tr("Background Music");
else if (func == FuncBackgroundMusicPause)