user correct playlist parser from dict
[enigma2.git] / lib / python / Screens / NetworkSetup.py
index 28c6b03c0cab0b14b14a6d38b389998494b7b167..862bce466786ca1fda051f4bb1f35126f76fa2c4 100644 (file)
@@ -235,7 +235,7 @@ class AdapterSetup(Screen, ConfigListScreen):
 
                self.createConfig()
                
-               self["actions"] = NumberActionMap(["SetupActions"],
+               self["actions"] = NumberActionMap(["SetupActions", "ColorActions"],
                {
                        "ok": self.ok,
                        "cancel": self.cancel,
@@ -485,7 +485,7 @@ class AdapterSetupConfiguration(Screen):
                
                self.oktext = _("Press OK on your remote control to continue.")
                self.reboottext = _("Your Dreambox will restart after pressing OK on your remote control.")
-               self.errortext = _("No working wireless interface found.\n Please verify that you have attached a compatible WLAN device or enable you local network interface.")       
+               self.errortext = _("No working wireless interface found.\n Please verify that you have attached a compatible WLAN device or enable your local network interface.")      
                
                self["actions"] = NumberActionMap(["WizardActions","ShortcutActions"],
                {