aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/NetworkSetup.py
diff options
context:
space:
mode:
authoracid-burn <acidburn@opendreambox.org>2009-09-04 10:44:37 +0200
committeracid-burn <acidburn@opendreambox.org>2009-09-04 10:44:37 +0200
commit1cbba6a0895d2133d7fd49db14b69fbe45ca5f91 (patch)
tree04b8213d13f41c8a11e6d418be08094ac5c62bdf /lib/python/Screens/NetworkSetup.py
parent896f73d833de21594b7834c134b456f203b3a342 (diff)
downloadenigma2-1cbba6a0895d2133d7fd49db14b69fbe45ca5f91.tar.gz
enigma2-1cbba6a0895d2133d7fd49db14b69fbe45ca5f91.zip
NetworkSetup.py: update description
Diffstat (limited to 'lib/python/Screens/NetworkSetup.py')
-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':