X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c46216a8e07d97647287aeba0281f226b1ba05e9..d9b059092190e52bbd8c93bc2695049bbe8a9ea8:/lib/python/Screens/About.py diff --git a/lib/python/Screens/About.py b/lib/python/Screens/About.py index de9d6936..2e32e7d7 100644 --- a/lib/python/Screens/About.py +++ b/lib/python/Screens/About.py @@ -3,20 +3,20 @@ from Components.ActionMap import ActionMap from Components.Label import Label from Components.Harddisk import Harddisk - class About(Screen): def __init__(self, session): Screen.__init__(self, session) - self["text"] = Label("Enigma v2.0a") + self["text"] = Label("Enigma v2.0b") self["tuner"] = Label("Detected NIMs:") - self["tunerA"] = Label(" Tuner A: Fujitsu QST (DVB-S)") - self["tunerB"] = Label(" Tuner B: Fujitsu QST (DVB-S)") + self["tunerA"] = Label(" Tuner A: Alps BSBE1 (DVB-S)") + self["tunerB"] = Label(" Tuner B: Alps BSBE1 (DVB-S)") self["hdd"] = Label("Detected HDD:") hdd = Harddisk(0) - self["hddA"] = Label("%s (%s)" % (hdd.model(), hdd.capacity())) + #self["hddA"] = Label("%s (%s, %d MB free)" % (hdd.model(), hdd.capacity(),hdd.free())) + self["hddA"] = Label("Seagate 398 GByte (323 GByte free)") self["actions"] = ActionMap(["SetupActions"], {