1 from Screens.MessageBox import MessageBox
3 class FactoryReset(MessageBox):
4 def __init__(self, session):
5 MessageBox.__init__(self, session, _("When you do a factory reset, you will lose ALL your configuration data\n"
6 "(including bouquets, services, satellite data ...)\n"
7 "After completion of factory reset, your receiver will restart automatically!\n\n"
8 "Really do a factory reset?"), MessageBox.TYPE_YESNO)
9 self.skinName = "MessageBox"