From 4e9a1070f32b33aece32bb72686beaacc0814666 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 7 Mar 2022 09:18:42 +0200 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index bbb16b4..3e342f5 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -2303,7 +2303,7 @@ class Opis(Screen): def __init__(self, session): Screen.__init__(self, session) self['key_red'] = Label(_('Remove NeoBoot of STB')) - self['key_green'] = Label(_('Instal neoobot from github')) + self['key_green'] = Label(_('Install NeoBOOT from github')) self['lab1'] = ScrollLabel('') self['lab2'] = Label(_('' + getNeoActivatedtest() + '')) self['actions'] = ActionMap(['WizardActions', 'ColorActions', 'DirectionActions'], {'back': self.close,