diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-06-03 23:13:36 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-06-03 23:13:36 +0000 |
| commit | 969424eb3a978e06dbb00ba9b01a73dc56feed91 (patch) | |
| tree | 78272ccda198ca51be22df30d8dbf7f190d3c085 /lib/python/Screens | |
| parent | b98a20dfd20ccd6c84526aa6716b3af730af7b6f (diff) | |
| download | enigma2-969424eb3a978e06dbb00ba9b01a73dc56feed91.tar.gz enigma2-969424eb3a978e06dbb00ba9b01a73dc56feed91.zip | |
fix typos
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/NetworkSetup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Screens/NetworkSetup.py b/lib/python/Screens/NetworkSetup.py index dfdd4cfc..0da80e08 100644 --- a/lib/python/Screens/NetworkSetup.py +++ b/lib/python/Screens/NetworkSetup.py @@ -515,7 +515,7 @@ class AdapterSetupConfiguration(Screen): self.iface = 'wlan0' self.session.openWithCallback(self.AdapterSetupClosed, AdapterSetup, 'wlan0') else: - self.session.openWithCallback(self.restartDreambox, MessageBox, _("Your wireless LAN Adapter could not be startet.\nDo you want to reboot your Dreambox to apply the new configuration?\n")) + self.session.openWithCallback(self.restartDreambox, MessageBox, _("Your wireless LAN Adapter could not be started.\nDo you want to reboot your Dreambox to apply the new configuration?\n")) def enableLan(self, ret = False): @@ -526,7 +526,7 @@ class AdapterSetupConfiguration(Screen): self.iface = 'eth0' self.session.openWithCallback(self.AdapterSetupClosed, AdapterSetup, 'eth0') else: - self.session.openWithCallback(self.restartDreambox, MessageBox, _("Your local LAN Adapter could not be startet.\nDo you want to reboot your Dreambox to apply the new configuration?\n")) + self.session.openWithCallback(self.restartDreambox, MessageBox, _("Your wired LAN Adapter could not be started.\nDo you want to reboot your Dreambox to apply the new configuration?\n")) def restartLan(self, ret = False): |
