Skip to content

Commit

Permalink
Update cs_power.py
Browse files Browse the repository at this point in the history
Allow for longer times till the system goes to sleep - added 2 and 3 hours. 
This is useful when listening to albums ( > 60 min) without having to move the mouse or watching movies. 
Maybe this could/should be fixed else where for all different media/video players and maybe browsers (html5 or flash) but given the simplicity of this solution I guess this is useful already - See feature request  linuxmint#6185

I tested the "fix" (actually just additional options) but the translation(s) for "hours" are missing afterwards. 
Where or how can I add translations?
  • Loading branch information
Schleehauf authored and mtwebster committed Sep 24, 2017
1 parent c3ea238 commit 2bc11c8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
(1800, _("30 minutes")),
(2700, _("45 minutes")),
(3600, _("1 hour")),
(7200, _("2 hours")),
(10800, _("3 hours")),
(0, _("Never"))
]

Expand Down

0 comments on commit 2bc11c8

Please sign in to comment.