summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2008-06-29 14:53:21 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2008-06-29 14:53:21 +0000
commit3260118ed43b133aa40e914699fc91909267ea96 (patch)
treee5f843a47466032b1adc7677d4320e4008bd1436 /apps
parentbbcb7901297ba91739662001b3622579e0cb683b (diff)
rename the "seek accel" setting because the old values mean something different now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17878 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/settings_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index ec6f7b6d08..f7d8ca3980 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -671,7 +671,7 @@ const struct settings_list settings[] = {
LANG_FFRW_STEP, 1, "scan min step", NULL, UNIT_SEC,
NULL, NULL, NULL, 14, 1,2,3,4,5,6,8,10,15,20,25,30,45,60),
CHOICE_SETTING(0, ff_rewind_accel, LANG_FFRW_ACCEL, 2,
- "seek accel", "very fast,fast,normal,slow,very slow", NULL, 5,
+ "seek acceleration", "very fast,fast,normal,slow,very slow", NULL, 5,
ID2P(LANG_VERY_FAST), ID2P(LANG_FAST), ID2P(LANG_NORMAL),
ID2P(LANG_SLOW) , ID2P(LANG_VERY_SLOW)),
#if (CONFIG_CODEC == SWCODEC) && !defined(HAVE_FLASH_STORAGE)