From a2e1c6553a9c15ac9c12fb4f7645a7c595b3b46d Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 7 Dec 2021 14:44:49 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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',