mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 20:05:48 +01:00
Update plugin.py
This commit is contained in:
@@ -752,11 +752,11 @@ class NeoBootImageChoose(Screen):
|
||||
else:
|
||||
self['label21'] = Label('VIP: Off')
|
||||
if getCheckActivateVip() != getBoxMacAddres():
|
||||
self['label22'] = Label('Ethernet MAC not found !')
|
||||
self['label22'] = Label(_('Ethernet MAC not found !'))
|
||||
if not fileExists('/usr/lib/periodon/.kodn'):
|
||||
self['label22'] = Label('PRESS VIP PIN CODE NOW: xxxx')
|
||||
self['label22'] = Label(_('PRESS VIP PIN CODE NOW: xxxx'))
|
||||
if getTestToTest() != UPDATEVERSION:
|
||||
self['label22'] = Label('Update ' + getTestToTest() + ' is available!!!')
|
||||
self['label22'] = Label(_('Update ' + getTestToTest() + ' is available!!!'))
|
||||
self['actions'] = ActionMap(['WizardActions',
|
||||
'ColorActions',
|
||||
'MenuActions',
|
||||
|
||||
Reference in New Issue
Block a user