mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Wrong label for Haptic Length
This commit is contained in:
parent
14f8d3e968
commit
38fd7921e5
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ void menuProcSetup(uint8_t event)
|
|||
{
|
||||
int8_t hapticLength = g_eeGeneral.hapticLength;
|
||||
displaySlider(GENERAL_PARAM_OFS, y, hapticLength, attr);
|
||||
g_eeGeneral.hapticLength = selectMenuItem(y, STR_BEEPERLEN, NULL, hapticLength, -2, 2, attr, event);
|
||||
g_eeGeneral.hapticLength = selectMenuItem(y, STR_HAPTICLENGTH, NULL, hapticLength, -2, 2, attr, event);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue