From 1d1c76361c65fdeb13a4abd13d955b76fcaa5a8a Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 14 Dec 2021 14:06:48 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 176a8cf..e497d70 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -204,7 +204,7 @@ class NeoBootInstallation(Screen): def SetDiskLabel(self): if fileExists('/usr/lib/python3.8') or fileExists('/usr/lib/python3.9') or fileExists('/tmp/.upneo') : - self.session.open(MessageBox, _('Skip this step and install NeoBoot.'), type=MessageBox.TYPE_ERROR) + self.session.open(MessageBox, _('Skip this step and install neoboot.\nThis option is available in the neoboot menu.'), type=MessageBox.TYPE_ERROR) elif getCheckExt() != 'vfat' and getCheckExt() == 'ext3' or getCheckExt() == 'ext4' : try: @@ -359,7 +359,7 @@ class NeoBootInstallation(Screen): def devices(self): check = False if fileExists('/usr/lib/python3.8') or fileExists('/usr/lib/python3.9') or fileExists('/tmp/.upneo') : - self.session.open(MessageBox, _('Skip this step and install NeoBoot.'), type=MessageBox.TYPE_ERROR) + self.session.open(MessageBox, _('Skip this step and install neoboot.\nThis option is available in the neoboot menu.'), type=MessageBox.TYPE_ERROR) elif check == False: message = _('After selecting OK start Mounting Manager, option Mount - green\n') message += _('Do you want to run the manager to mount the drives correctly ?\n')