fix typo
authorFelix Domke <tmbinc@elitedvb.net>
Thu, 23 Oct 2008 15:04:36 +0000 (15:04 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Thu, 23 Oct 2008 15:04:36 +0000 (15:04 +0000)
lib/python/Screens/NetworkSetup.py

index 1b054b5265ca6c009de21859a95d953d19fba68e..862bce466786ca1fda051f4bb1f35126f76fa2c4 100644 (file)
@@ -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.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"],
                {
                
                self["actions"] = NumberActionMap(["WizardActions","ShortcutActions"],
                {