From 00b45760d2731314383557fa06a20639a75ee159 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Tue, 21 Jan 2020 08:45:52 +0100 Subject: Fix some sentences to translate. --- lib/isodumper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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): ----------------
"+ _("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
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.")+"
"+ _("It gives also a feature for formatting the USB device.")+"

"+ _("IsoDumper can be launched either from the menus, or a user console with the command 'isodumper'.")+"
"+ @@ -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) -- cgit v1.2.1