From 38fd7921e5e192a24a46ecf3353edab022c5d5f0 Mon Sep 17 00:00:00 2001 From: bsongis Date: Wed, 16 May 2012 20:01:12 +0000 Subject: [PATCH] Wrong label for Haptic Length --- src/general_menus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/general_menus.cpp b/src/general_menus.cpp index fd658b147..0145857ec 100644 --- a/src/general_menus.cpp +++ b/src/general_menus.cpp @@ -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; }