summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
authorNick Peskett <rockbox@peskett.co.uk>2012-03-29 07:58:31 +0100
committerNick Peskett <rockbox@peskett.co.uk>2012-03-29 09:01:33 +0200
commit10d8717e9460eca1fe76e4897f94fb544f25e197 (patch)
tree5763785c79a6b3a32323f9783bc22f9f0983c2bf /apps/lang
parent0e4a29811bda742062e126db5b8572459f511739 (diff)
downloadrockbox-10d8717e9460eca1fe76e4897f94fb544f25e197.tar.gz
rockbox-10d8717e9460eca1fe76e4897f94fb544f25e197.zip
Split sleep timer activation and default duration setting.
Where before there was a single sleep timer menu option which handled initiating/ cancelling a sleep timer as well as setting the default duration, now there is one menu option to either start or cancel a sleep timer and another to set the default duration that will be used for future sleep timers. Change-Id: Ibea3711ec6406845ff5d0c0568fe5d1739eb8deb Reviewed-on: http://gerrit.rockbox.org/201 Reviewed-by: Nick Peskett <rockbox@peskett.co.uk>
Diffstat (limited to 'apps/lang')
-rw-r--r--apps/lang/english.lang16
1 files changed, 15 insertions, 1 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index e1f68895c7..cd575e9cfa 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -12863,7 +12863,7 @@
12863</phrase> 12863</phrase>
12864<phrase> 12864<phrase>
12865 id: LANG_SLEEP_TIMER_DURATION 12865 id: LANG_SLEEP_TIMER_DURATION
12866 desc: default sleep timer duration in minutes (unused in UI) 12866 desc: default sleep timer duration in minutes
12867 user: core 12867 user: core
12868 <source> 12868 <source>
12869 *: "Default Sleep Timer Duration" 12869 *: "Default Sleep Timer Duration"
@@ -13024,3 +13024,17 @@
13024 quickscreen: "Use Shortcuts Menu Instead of Quick Screen" 13024 quickscreen: "Use Shortcuts Menu Instead of Quick Screen"
13025 </voice> 13025 </voice>
13026</phrase> 13026</phrase>
13027<phrase>
13028 id: LANG_SLEEP_TIMER_START_CURRENT
13029 desc: shown when a sleep timer isn't running
13030 user: core
13031 <source>
13032 *: "Start Sleep Timer"
13033 </source>
13034 <dest>
13035 *: "Start Sleep Timer"
13036 </dest>
13037 <voice>
13038 *: "Start Sleep Timer"
13039 </voice>
13040</phrase>