1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-20 23:05:12 +03:00

Wrong label for Haptic Length

This commit is contained in:
bsongis 2012-05-16 20:01:12 +00:00
parent 14f8d3e968
commit 38fd7921e5

View file

@ -231,7 +231,7 @@ void menuProcSetup(uint8_t event)
{ {
int8_t hapticLength = g_eeGeneral.hapticLength; int8_t hapticLength = g_eeGeneral.hapticLength;
displaySlider(GENERAL_PARAM_OFS, y, hapticLength, attr); 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; break;
} }