diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-10-23 15:04:36 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-10-23 15:04:36 +0000 |
| commit | fa2de068c8fddc12869f56d9b56028bb20f553b2 (patch) | |
| tree | 6a3705c325425a7d9f56ed5442a404723b34d8c8 /lib/python/Screens/NetworkSetup.py | |
| parent | 7db8fe031ddfe8d09a649dcfab9569eb92c5c5fd (diff) | |
| download | enigma2-fa2de068c8fddc12869f56d9b56028bb20f553b2.tar.gz enigma2-fa2de068c8fddc12869f56d9b56028bb20f553b2.zip | |
fix typo
Diffstat (limited to 'lib/python/Screens/NetworkSetup.py')
| -rw-r--r-- | lib/python/Screens/NetworkSetup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/NetworkSetup.py b/lib/python/Screens/NetworkSetup.py index 1b054b52..862bce46 100644 --- a/lib/python/Screens/NetworkSetup.py +++ b/lib/python/Screens/NetworkSetup.py @@ -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"], { |
