show hdd capacity in aboutbox
[enigma2.git] / lib / python / Screens / About.py
index 6ed82934dd3e6529a9f56466e2b199a46bd802ae..de9d69366dd17a9e95b376307e0fbc03a2777ac5 100644 (file)
@@ -15,7 +15,8 @@ class About(Screen):
                self["tunerB"] = Label("   Tuner B: Fujitsu QST (DVB-S)")
 
                self["hdd"] = Label("Detected HDD:")
-               self["hddA"] = Label(Harddisk(0).model())
+               hdd = Harddisk(0)
+               self["hddA"] = Label("%s (%s)" % (hdd.model(), hdd.capacity()))
 
                self["actions"] = ActionMap(["SetupActions"], 
                        {