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 = []
for x in self["config"].list:
x[1].cancel()
iNetwork.loadNetworkConfig()
- self.close()
\ No newline at end of file
+ self.close()