1. --- a/apps/lang/english.lang
  2. +++ b/apps/lang/english.lang
  3. @@ -13025,8 +13025,8 @@
  4. </voice>
  5. </phrase>
  6. <phrase>
  7. - id: LANG_SLEEP_TIMER_START_CURRENT
  8. - desc: shown when a sleep timer isn't running
  9. + id: LANG_START_SLEEP_TIMER
  10. + desc: whether to run sleep timer or not
  11. user: core
  12. <source>
  13. *: "Start Sleep Timer"
  14. @@ -13039,6 +13039,20 @@
  15. </voice>
  16. </phrase>
  17. <phrase>
  18. + id: LANG_SLEEP_TIMER_POWERDOWN_IN
  19. + desc: shown if sleeptimer is active
  20. + user: core
  21. + <source>
  22. + *: "Power down in"
  23. + </source>
  24. + <dest>
  25. + *: "Power down in"
  26. + </dest>
  27. + <voice>
  28. + *: "Power down in"
  29. + </voice>
  30. +</phrase>
  31. +<phrase>
  32. id: LANG_CODEPAGE_WESTERN_EUROPEAN
  33. desc: in codepage setting menu
  34. user: core
  35. diff --git a/apps/main.c b/apps/main.c
  36. index 4ce7249..2af5ddd 100644
  37. --- a/apps/main.c