aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2020-05-25 22:44:32 +0200
committerPapoteur <papoteur@mageia.org>2020-05-25 22:44:32 +0200
commit14abacd9116ba77e0803e65f989e028e739687e9 (patch)
treee90ad668b9ff6481a89616ef2f3fc3bc97c81579
parentb63a0be73c5acdf780388f37754757442ac1f318 (diff)
downloadisodumper-14abacd9116ba77e0803e65f989e028e739687e9.tar
isodumper-14abacd9116ba77e0803e65f989e028e739687e9.tar.gz
isodumper-14abacd9116ba77e0803e65f989e028e739687e9.tar.bz2
isodumper-14abacd9116ba77e0803e65f989e028e739687e9.tar.xz
isodumper-14abacd9116ba77e0803e65f989e028e739687e9.zip
Add information that exFAT is available for formatting
-rwxr-xr-xlib/isodumper.py4
1 files 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.")+"<BR />"+
_("- Backup the device: launch the backup operation.")+"<BR />"+
_("- 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.")+"<BR />")
+exFAT, NTFS or ext. You can specify a volume name and the format in a new dialog box.")+"<BR />")
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()