diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 4a05f67..dba9f3e 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -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',