diff options
author | Christi Scarborough <christi@coraline.org> | 2005-06-29 12:23:09 +0000 |
---|---|---|
committer | Christi Scarborough <christi@coraline.org> | 2005-06-29 12:23:09 +0000 |
commit | 9e8918b0866b249a55c06a16a243cdd3dcdad305 (patch) | |
tree | 954d2eab9141f0a9a0777f9ce9eceb15af1b569a /apps/lang | |
parent | 1f45cce4262bde3f91844701085076892b4743f8 (diff) |
Resume rework. With the new resume function, 'Ask' and 'Ask Once' are redundant options, since you can resume after any startup using the resume key. These have been stripped out, and the resume code has been streamlined. A small bug in button handler initialisation has been fixed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6911 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
-rw-r--r-- | apps/lang/english.lang | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 3b068bf50d..91858fde4e 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -391,12 +391,6 @@ eng: "Is Full!" voice: "" new: -id: LANG_RESUME_ASK -desc: question asked at the begining when resume is on -eng: "Resume?" -voice: "" -new: - id: LANG_RESUME_CONFIRM_PLAYER desc: possible answers to resume question eng: "(PLAY/STOP)" @@ -847,12 +841,6 @@ eng: "Dec" voice: "December" new: -id: LANG_RESUME_SETTING_ASK_ONCE -desc: in settings_menu -eng: "Ask Once" -voice: "Ask Once" -new: - id: LANG_BATTERY_DISPLAY desc: Battery type title eng: "Battery Display" |