revert some no more needed bug_258_sorting_of_configsatlist changes
[enigma2.git] / lib / python / Screens / FactoryReset.py
1 from Screens.MessageBox import MessageBox
2
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"