From 969424eb3a978e06dbb00ba9b01a73dc56feed91 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Tue, 3 Jun 2008 23:13:36 +0000 Subject: [PATCH] fix typos --- lib/python/Screens/NetworkSetup.py | 4 ++-- 1 file 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): -- 2.30.2