aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
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)"""))