X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/ac896c99e4cdcaf8090bdb2b76763d84c2d5191c..4ae6b94d9e1a714e95ef8314160b9e99a6a66030:/lib/python/Screens/About.py diff --git a/lib/python/Screens/About.py b/lib/python/Screens/About.py index ae3ce394..6ed82934 100644 --- a/lib/python/Screens/About.py +++ b/lib/python/Screens/About.py @@ -1,6 +1,7 @@ from Screen import Screen from Components.ActionMap import ActionMap from Components.Label import Label +from Components.Harddisk import Harddisk class About(Screen): @@ -14,7 +15,7 @@ class About(Screen): self["tunerB"] = Label(" Tuner B: Fujitsu QST (DVB-S)") self["hdd"] = Label("Detected HDD:") - self["hddA"] = Label(" not found") + self["hddA"] = Label(Harddisk(0).model()) self["actions"] = ActionMap(["SetupActions"], {