aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-08-31 14:46:23 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-08-31 14:46:23 +0000
commitca42423ea74fdc67e62bbdf92975b4cd05b8c9c0 (patch)
tree0a7b94062790d161338d92aabe8bbbaa6ef6648b /lib/python
parent659e07b23f0e98af997230864576cdde8fb832c2 (diff)
downloadenigma2-ca42423ea74fdc67e62bbdf92975b4cd05b8c9c0.tar.gz
enigma2-ca42423ea74fdc67e62bbdf92975b4cd05b8c9c0.zip
blue -> favourites
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/ChannelSelection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py
index e421c5c9..0b626449 100644
--- a/lib/python/Screens/ChannelSelection.py
+++ b/lib/python/Screens/ChannelSelection.py
@@ -58,7 +58,7 @@ class ChannelSelection(Screen):
self["key_red"] = Button("All")
self["key_green"] = Button("ARD")
self["key_yellow"] = Button("ZDF")
- self["key_blue"] = Button("Custom")
+ self["key_blue"] = Button("Favourites")
self["list"] = ServiceList()
self["list"].setRoot(eServiceReference("""1:0:1:0:0:0:0:0:0:0:(type == 1)"""))