From 14abacd9116ba77e0803e65f989e028e739687e9 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Mon, 25 May 2020 22:44:32 +0200 Subject: Add information that exFAT is available for formatting --- lib/isodumper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/isodumper.py b/lib/isodumper.py index b14d042..87bd631 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -464,7 +464,7 @@ actual contents; ensure that you have the necessary free disc space (the same si This backup file can be used later to restore the flash drive by selecting it as the source *.img file to write out.")+"
"+ _("- Backup the device: launch the backup operation.")+"
"+ _("- Format the device: create an unique partition on the entire volume in the specified format in FAT, \ -NTFS or ext. You can specify a volume name and the format in a new dialog box.")+"
") +exFAT, NTFS or ext. You can specify a volume name and the format in a new dialog box.")+"
") if self.ask_OK(info) : return @@ -562,7 +562,7 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.") self.backupbt = self.atelier.createPushButton(self.backupbox, _("Backup the device" )) self.backupbt.setDisabled() self.formatbox = self.atelier.createHBox(self.box) - self.atelier.createLabel(self.formatbox,_("Format the device in FAT, NTFS or ext:")) + self.atelier.createLabel(self.formatbox,_("Format the device in FAT, exFAT, NTFS or ext:")) self.atelier.createHStretch(self.formatbox) self.formatbt = self.atelier.createPushButton(self.formatbox, _("Format the device" )) self.formatbt.setDisabled() -- cgit v1.2.1