diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2021-11-08 20:53:02 +0200 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2021-11-08 20:53:02 +0200 |
commit | f7d7ece5fe9222070bb36ba236c31f89514eedab (patch) | |
tree | 8e3056142017c67f4a0cdec12d938c332115433a /lib | |
parent | 570c63644eb614c2c516a538bdfb2eec1089283a (diff) | |
download | isodumper-f7d7ece5fe9222070bb36ba236c31f89514eedab.tar isodumper-f7d7ece5fe9222070bb36ba236c31f89514eedab.tar.gz isodumper-f7d7ece5fe9222070bb36ba236c31f89514eedab.tar.bz2 isodumper-f7d7ece5fe9222070bb36ba236c31f89514eedab.tar.xz isodumper-f7d7ece5fe9222070bb36ba236c31f89514eedab.zip |
Use conventional exFAT name
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/isodumper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py index 75805a2..d153227 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -845,7 +845,7 @@ exFAT, NTFS or ext. You can specify a volume name and the format in a new dialog self.format_type = {'fat32': _("FAT32"), 'ext4': _("ext4"), 'ntfs': _("NTFS"), - 'exfat': _("exfat"), + 'exfat': _("exFAT"), 'persist': _("Persistent partition"), } for key in self.format_type: |