From 2ec5e4041de75085639d77161217ac88d8e367bf Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 22 Mar 2022 21:59:23 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 5b68347..ab6890d 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -179,7 +179,7 @@ class NeoBootInstallation(Screen): self['config'] = MenuList(self.list) self['key_red'] = Label(_('Instruction')) self['key_green'] = Label(_('Installation')) - self['key_yellow'] = Label(_('SetDiskLabel')) + self['key_yellow'] = Label(_('Set UUID Label')) self['key_blue'] = Label(_('Device Manager')) self['label1'] = Label(_('Welcome to NeoBoot %s Plugin installation.') % PLUGINVERSION) self['label2'] = Label(_('Here is the list of mounted devices in Your STB\nPlease choose a device where You would like to install NeoBoot'))