aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/NetworkSetup.py
diff options
context:
space:
mode:
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 = []