Update tools.py

This commit is contained in:
gutosie
2021-12-06 20:36:45 +02:00
committed by GitHub
parent 5a5e971d99
commit 1b131fdc2a

View File

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