X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/28ec4d16dee857ba725ce9a376fb69829bff0592..c16d405383c4be419e4a88db6d02894b7cfbf74d:/lib/python/Screens/NetworkSetup.py diff --git a/lib/python/Screens/NetworkSetup.py b/lib/python/Screens/NetworkSetup.py index 7633a18c..03179758 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 = [] @@ -78,4 +78,4 @@ class NetworkSetup(Screen): for x in self["config"].list: x[1].cancel() iNetwork.loadNetworkConfig() - self.close() \ No newline at end of file + self.close()