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 ???'))