From f6fcf4966c8a436fce93f6d6b4c101411c078d8d Mon Sep 17 00:00:00 2001 From: gutosie Date: Thu, 9 Dec 2021 14:38:26 +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 2436539..24e45f7 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -246,7 +246,7 @@ class MBTools(Screen): self.list.append(res) self['list']. list = self.list - res = (_('Install DreamSatPanel'), png, 23) + res = (_('Install Dream Sat Panel'), png, 23) self.list.append(res) self['list']. list = self.list