aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2020-01-21 08:45:52 +0100
committerPapoteur <papoteur@mageia.org>2020-01-21 08:48:48 +0100
commit00b45760d2731314383557fa06a20639a75ee159 (patch)
tree5c182b6fe4147cd4ba5f9e37114336de6d9447ab /lib
parentfc602c510dccd521ae49da2ad3e5d6e287866d61 (diff)
downloadisodumper-00b45760d2731314383557fa06a20639a75ee159.tar
isodumper-00b45760d2731314383557fa06a20639a75ee159.tar.gz
isodumper-00b45760d2731314383557fa06a20639a75ee159.tar.bz2
isodumper-00b45760d2731314383557fa06a20639a75ee159.tar.xz
isodumper-00b45760d2731314383557fa06a20639a75ee159.zip
Fix some sentences to translate.
Diffstat (limited to 'lib')
-rwxr-xr-xlib/isodumper.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py
index bb9dab9..5b1801f 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -443,7 +443,7 @@ class IsoDumper(object):
----------------<BR />"+
_("This GUI program is primarily for safely writing a bootable ISO image to a USB flash drive, \
an operation devious & potentially hazardous when done by hand. As a bonus, it can also back up the \
-entire previous<BR />contents of the flash drive onto the hard disc, and restore the flash drive \
+entire previous contents of the flash drive onto the hard disc, and restore the flash drive \
to its previous state subsequently.")+"<BR />"+
_("It gives also a feature for formatting the USB device.")+"<BR /><BR />"+
_("IsoDumper can be launched either from the menus, or a user console with the command 'isodumper'.")+"<BR />"+
@@ -608,7 +608,7 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.")
vb_c1 = atelier.createHBox(vb_c)
format_fat = atelier.createRadioButton(atelier.createLeft(vb_c1),_("FAT 32 (Windows)"))
vb_c4 = atelier.createHBox(vb_c)
- format_exfat = atelier.createRadioButton(atelier.createLeft(vb_c4),_("exFAT (Windows))"))
+ format_exfat = atelier.createRadioButton(atelier.createLeft(vb_c4),_("exFAT (Windows)"))
vb_c2 = atelier.createHBox(vb_c)
format_ntfs = atelier.createRadioButton(atelier.createLeft(vb_c2),_("NTFS (Windows)"))
vb_c3 = atelier.createHBox(vb_c)