X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FTimerList.py;fp=lib%2Fpython%2FComponents%2FTimerList.py;h=1109860a04d067905337d9843a4baf40ca8e3148;hp=a237c3644026ebcf805b6ee4119f70a3d978944c;hb=574f425cc1ebece0aa5f09fb77a8cb7ad0310a1f;hpb=5a6bde9419249a78c957093e0cc438d7c6eeb46c diff --git a/lib/python/Components/TimerList.py b/lib/python/Components/TimerList.py index a237c36..1109860 100644 --- a/lib/python/Components/TimerList.py +++ b/lib/python/Components/TimerList.py @@ -21,7 +21,7 @@ class TimerList(HTMLComponent, GUIComponent, object): res.append((eListboxPythonMultiContent.TYPE_TEXT, 0, 30, width, 20, 1, RT_HALIGN_LEFT|RT_VALIGN_CENTER, timer.name)) repeatedtext = "" - days = [ _("Mon"), _("Tue"), _("Wed"), _("Thu"), _("Fri"), _("Sat"), _("Sun") ] + days = ( _("Mon"), _("Tue"), _("Wed"), _("Thu"), _("Fri"), _("Sat"), _("Sun") ) if timer.repeated: flags = timer.repeated count = 0