diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2008-05-29 21:27:44 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2008-05-29 21:27:44 +0000 |
commit | c541e046325f97307f34b2e51ca7994126dd1969 (patch) | |
tree | e7144cb6cd2478669b79dd197d464cbc6752bdb7 /apps/lang | |
parent | f76122f0e7a3b82962dbe005d58a643c835013d0 (diff) |
Gigabeat F/X:
Allow chaning of touchpad sensitivity in the System settings menu. Some
units are dodgey at "Normal" senitivity and some at "High". "High" can make
some units difficult to navigate and may even require a settings reset so try
it and don't use "High" again if it doesn't work out :-). Defaults to "Normal"
which behaves like older builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17656 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
-rw-r--r-- | apps/lang/english.lang | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 2e3adc256e..757fa58bb6 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -11716,3 +11716,37 @@ recording: "Stop Recording And Shutdown" </voice> </phrase> +<phrase> + id: LANG_TOUCHPAD_SENSITIVITY + desc: touchpad sensitivity setting + user: + <source> + *: none + gigabeatf: "Touchpad Sensitivity" + </source> + <dest> + *: none + gigabeatf: "Touchpad Sensitivity" + </dest> + <voice> + *: none + gigabeatf: "Touchpad Sensitivity" + </voice> +</phrase> +<phrase> + id: LANG_HIGH + desc: in settings_menu + user: + <source> + *: none + gigabeatf: "High" + </source> + <dest> + *: none + gigabeatf: "High" + </dest> + <voice> + *: none + gigabeatf: "High" + </voice> +</phrase> |