aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()