X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c46216a8e07d97647287aeba0281f226b1ba05e9..a92e58b2a8fc37e0a838593676bc5e065c4d28f6:/lib/python/Screens/About.py diff --git a/lib/python/Screens/About.py b/lib/python/Screens/About.py index de9d6936..36b90836 100644 --- a/lib/python/Screens/About.py +++ b/lib/python/Screens/About.py @@ -3,7 +3,6 @@ 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) @@ -16,7 +15,7 @@ class About(Screen): 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["actions"] = ActionMap(["SetupActions"], {