forked from len0rd/rockbox
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>
This commit is contained in:
parent
0e4a29811b
commit
10d8717e94
3 changed files with 82 additions and 54 deletions
|
|
@ -12863,7 +12863,7 @@
|
|||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SLEEP_TIMER_DURATION
|
||||
desc: default sleep timer duration in minutes (unused in UI)
|
||||
desc: default sleep timer duration in minutes
|
||||
user: core
|
||||
<source>
|
||||
*: "Default Sleep Timer Duration"
|
||||
|
|
@ -13024,3 +13024,17 @@
|
|||
quickscreen: "Use Shortcuts Menu Instead of Quick Screen"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SLEEP_TIMER_START_CURRENT
|
||||
desc: shown when a sleep timer isn't running
|
||||
user: core
|
||||
<source>
|
||||
*: "Start Sleep Timer"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Start Sleep Timer"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Start Sleep Timer"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue