Update plugin.py

This commit is contained in:
gutosie
2022-03-22 21:59:23 +02:00
committed by GitHub
parent 00c273ced2
commit 2ec5e4041d

View File

@@ -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'))