git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
provide source/converter for current service name, current service provider
[enigma2.git]
/
lib
/
python
/
Screens
/
NetworkSetup.py
diff --git
a/lib/python/Screens/NetworkSetup.py
b/lib/python/Screens/NetworkSetup.py
index 7633a18c1e4f87486ade46510bd49d07d4d0e8b6..0317975851553d6d335884aa4f9ead988d1903b4 100644
(file)
--- 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["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 = []
def createSetup(self):
self.list = []
@@
-78,4
+78,4
@@
class NetworkSetup(Screen):
for x in self["config"].list:
x[1].cancel()
iNetwork.loadNetworkConfig()
for x in self["config"].list:
x[1].cancel()
iNetwork.loadNetworkConfig()
- self.close()
\ No newline at end of file
+ self.close()