blue -> favourites
authorRonny Strutz <ronny.strutz@multimedia-labs.de>
Wed, 31 Aug 2005 14:46:23 +0000 (14:46 +0000)
committerRonny Strutz <ronny.strutz@multimedia-labs.de>
Wed, 31 Aug 2005 14:46:23 +0000 (14:46 +0000)
lib/python/Screens/ChannelSelection.py

index e421c5c..0b62644 100644 (file)
@@ -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)"""))