From 23b9f745db5e99b18f714a9c6e084ebd71ecc6c4 Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 7 Dec 2021 12:21:52 +0200 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index 228b86f..2794e2b 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -233,15 +233,15 @@ class MBTools(Screen): self.list.append(res) self['list']. list = self.list - res = (_('Instal Panel Extra Feed'), png, 20) + res = (_('Install Panel Extra Feed'), png, 20) self.list.append(res) self['list']. list = self.list - res = (_('Instal Multi Stalker'), png, 21) + res = (_('Install Multi Stalker'), png, 21) self.list.append(res) self['list']. list = self.list - res = (_('Instal Multiboot Flash Online'), png, 22) + res = (_('Install Multiboot Flash Online'), png, 22) self.list.append(res) self['list']. list = self.list