aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/NetworkSetup.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-23 06:01:41 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-23 06:01:41 +0000
commita067819af2071913df2acdf2a4ef444ef7333914 (patch)
treeb465156457de1d22b9b3803752c3d3d23a0e6b9b /lib/python/Screens/NetworkSetup.py
parentb1cb9892c9da7a9ca9202b60f0f280fb6335e95a (diff)
downloadenigma2-a067819af2071913df2acdf2a4ef444ef7333914.tar.gz
enigma2-a067819af2071913df2acdf2a4ef444ef7333914.zip
translations
Diffstat (limited to 'lib/python/Screens/NetworkSetup.py')
-rw-r--r--lib/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 7633a18c..37d2c850 100644
--- a/lib/python/Screens/NetworkSetup.py
+++ b/lib/python/Screens/NetworkSetup.py
@@ -32,7 +32,7 @@ class NetworkSetup(Screen):
self["config"] = ConfigList(self.list)
self.createSetup()
- self["introduction"] = Label("Press OK to activate the settings.")
+ self["introduction"] = Label(_("Press OK to activate the settings."))
def createSetup(self):
self.list = []