X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b1cb9892c9da7a9ca9202b60f0f280fb6335e95a..a067819af2071913df2acdf2a4ef444ef7333914:/lib/python/Screens/NetworkSetup.py 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 = []