mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 03:45:48 +01:00
Update devices.py
This commit is contained in:
@@ -70,7 +70,7 @@ class ManagerDevice(Screen):
|
||||
Screen.__init__(self, session)
|
||||
Screen.setTitle(self, _('Mount Manager'))
|
||||
self['key_red'] = Label(_('Initialize ext3'))
|
||||
self['key_green'] = Label(_('SetupMounts'))
|
||||
self['key_green'] = Label(_('Mounts UUID'))
|
||||
self['key_yellow'] = Label(_('Initialize ext4'))
|
||||
self['key_blue'] = Label(_('Formatting Disk'))
|
||||
self['lab1'] = Label()
|
||||
|
||||
Reference in New Issue
Block a user