Update plugin.py

This commit is contained in:
gutosie
2021-12-07 14:44:49 +02:00
committed by GitHub
parent c13a2fe8f1
commit a2e1c6553a

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