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 ++-- po/isodumper.pot | 10 +++++----- 2 files changed, 7 insertions(+), 7 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): ----------------
"+ _("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) diff --git a/po/isodumper.pot b/po/isodumper.pot index 71edbaf..61ac54c 100644 --- a/po/isodumper.pot +++ b/po/isodumper.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: isodumper 1.15\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-01-20 22:47+0200\n" +"POT-Creation-Date: 2020-01-21 08:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -276,9 +276,9 @@ msgstr "" msgid "" "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 to its " -"previous state subsequently." +"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 to its previous " +"state subsequently." msgstr "" #: lib/isodumper.py:448 @@ -442,7 +442,7 @@ msgid "FAT 32 (Windows)" msgstr "" #: lib/isodumper.py:611 -msgid "exFAT (Windows))" +msgid "exFAT (Windows)" msgstr "" #: lib/isodumper.py:613 -- cgit v1.2.1