translations
[enigma2.git] / lib / python / Screens / NetworkSetup.py
index 7633a18c1e4f87486ade46510bd49d07d4d0e8b6..37d2c850ae05f42e95735c0b591b23f9711dc60d 100644 (file)
@@ -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 = []