add ability to remove list and config from a wizard
[enigma2.git] / lib / python / Screens / HarddiskSetup.py
index 1f936010340e167ffe31dad8c7d64dd366b2f449..72480ce852ff08b182fada8077f2b105830d49ba 100644 (file)
@@ -44,7 +44,7 @@ class HarddiskSetup(Screen):
        def hddReady(self, result):
                print "Result: " + str(result)
                if (result != 0):
-                       self.session.open(MessageBox, _("Unable to initialize harddisk.\nPlease refer to the user-manual.\nError: ") + str(self.hdd.errorList[0 - result]))
+                       self.session.open(MessageBox, _("Unable to initialize harddisk.\nPlease refer to the user manual.\nError: ") + str(self.hdd.errorList[0 - result]))
                else:
                        self.close()