mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-03 12:45:47 +01:00
Update tools.py
This commit is contained in:
@@ -2100,7 +2100,7 @@ class BootManagers(Screen):
|
||||
|
||||
def __init__(self, session):
|
||||
Screen.__init__(self, session)
|
||||
self['lab1'] = Label(_('Boot test'))
|
||||
self['lab1'] = Label(_('Test the Boot Manager.'))
|
||||
self['key_red'] = Label(_('Do not use Boot Manager.'))
|
||||
self['key_green'] = Label(_('Use Boot Manager.'))
|
||||
self['actions'] = ActionMap(['WizardActions', 'ColorActions'], {'back': self.close,
|
||||
|
||||
Reference in New Issue
Block a user