Update plugin.py

This commit is contained in:
gutosie
2021-12-07 15:05:06 +02:00
committed by GitHub
parent 4079278615
commit 6a6460764b

View File

@@ -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'))
if getTestToTest() != UPDATEVERSION:
self['label22'] = Label(_('Update ' + getTestToTest() + ' is available!!!'))
self['label22'] = Label(_('Update ' + getTestToTest() + ' is available.'))
self['actions'] = ActionMap(['WizardActions',
'ColorActions',
'MenuActions',