diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2021-11-07 21:34:54 +0200 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2021-11-07 21:34:54 +0200 |
commit | b3ff067599bf1d04a0c247bb64284e183a89b5a3 (patch) | |
tree | 95e33ab9f323716394488dea7febe107320f6ced | |
parent | fac5aa27be6e04c29451acd7e56828e96941b942 (diff) | |
download | isodumper-b3ff067599bf1d04a0c247bb64284e183a89b5a3.tar isodumper-b3ff067599bf1d04a0c247bb64284e183a89b5a3.tar.gz isodumper-b3ff067599bf1d04a0c247bb64284e183a89b5a3.tar.bz2 isodumper-b3ff067599bf1d04a0c247bb64284e183a89b5a3.tar.xz isodumper-b3ff067599bf1d04a0c247bb64284e183a89b5a3.zip |
Remove extra space
-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 6a34fdb..75805a2 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -842,7 +842,7 @@ exFAT, NTFS or ext. You can specify a volume name and the format in a new dialog self.partition_cbox.setNotify() self.partition_cb = self.factory.createComboBox(self.partitionbox, _("Type:")) self.partition_cb.addItem("", True) - self.format_type = {'fat32': _("FAT 32"), + self.format_type = {'fat32': _("FAT32"), 'ext4': _("ext4"), 'ntfs': _("NTFS"), 'exfat': _("exfat"), |