From b4650d2dbe0c07104272d19eebbd110e005eaef2 Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 14 Apr 2020 18:21:31 +0300 Subject: [PATCH] 8.23 little fix --- NeoBoot/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index e5a2b8f..9615e91 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -434,7 +434,7 @@ class NeoBootInstallation(Screen): def check_fstabUUID(self): if getFSTAB2() != 'UUID': - message = _('Disk UUID not found\n - Universally unique identifier (UUID) is not required.\nYou can proceed with further installation or give an ID to your disk.\nTo continue ?') + message = _('Disk UUID not found\n - Universally unique identifier (UUID) is not required.\nYou can proceed with further installation or give an ID to your disk.\nTo continue the installation neoboo, press OK or No to abort.\nTo continue ?') ybox = self.session.openWithCallback(self.SetMountPointFSTAB, MessageBox, message, MessageBox.TYPE_YESNO) ybox.setTitle(_('Install Confirmation')) else: