From fc17a761f21a9ef1f89d19368eb45a58fba83cdf Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 7 Mar 2022 20:13:07 +0200 Subject: [PATCH] Update devices.py --- NeoBoot/files/devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/files/devices.py b/NeoBoot/files/devices.py index 8db14cd..e8e61d9 100644 --- a/NeoBoot/files/devices.py +++ b/NeoBoot/files/devices.py @@ -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()