aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-09-06 09:16:16 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-09-06 09:16:16 +0200
commit6d424e7cd304f215e1e40a135033321509db09ec (patch)
tree5b444fd6864da50dee136b75b9f67f3c22439589 /lib/python/Screens
parented4f7c4064ec32c85faf6ff5f4b7c03ac332a5f7 (diff)
parent80c8c4992efcb1139d152e36e1e15fe97e774675 (diff)
downloadenigma2-6d424e7cd304f215e1e40a135033321509db09ec.tar.gz
enigma2-6d424e7cd304f215e1e40a135033321509db09ec.zip
Merge branch 'master' of git://git.opendreambox.org/git/acidburn/enigma2-master
Diffstat (limited to 'lib/python/Screens')
-rwxr-xr-xlib/python/Screens/NetworkSetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/NetworkSetup.py b/lib/python/Screens/NetworkSetup.py
index db6b5f9c..aae7ef8c 100755
--- a/lib/python/Screens/NetworkSetup.py
+++ b/lib/python/Screens/NetworkSetup.py
@@ -824,7 +824,7 @@ class AdapterSetupConfiguration(Screen, HelpableScreen):
if self["menulist"].getCurrent()[1] == 'dns':
self["description"].setText(_("Edit the Nameserver configuration of your Dreambox.\n" ) + self.oktext )
if self["menulist"].getCurrent()[1] == 'scanwlan':
- self["description"].setText(_("Scan your network for wireless Access Points and connect to them using your WLAN USB Stick\n" ) + self.oktext )
+ self["description"].setText(_("Scan your network for wireless Access Points and connect to them using your selected wireless device.\n" ) + self.oktext )
if self["menulist"].getCurrent()[1] == 'wlanstatus':
self["description"].setText(_("Shows the state of your wireless LAN connection.\n" ) + self.oktext )
if self["menulist"].getCurrent()[1] == 'lanrestart':