X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/28ec4d16dee857ba725ce9a376fb69829bff0592..ca4309210fb3d5d3f7e2bd4a7a59c3fb86919977:/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 = []