From 1b131fdc2a7100020acee7acd6087191887dfdb2 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 6 Dec 2021 20:36:45 +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 209b975..0011b41 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -1915,7 +1915,7 @@ class InitializationFormattingDisk(Screen): image = self['list'].getCurrent() if image: self.diskNeoFormatting = image.strip() - message = (_('Hard disk: %s Formatting ?') % image) + message = (_('Hard disk: %s Formatting ? Attention! All data will be lost !!!') % image) ybox = self.session.openWithCallback(self.dodeleteback, MessageBox, message, MessageBox.TYPE_YESNO) ybox.setTitle(_('Format the disk ???'))