diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2020-01-20 22:49:25 +0200 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2020-01-20 22:49:30 +0200 |
commit | 2c9c1c5c863b04783c281d04b58ff4a646c4885a (patch) | |
tree | 315a3aba877afa92ac2dc09d59cf3bc517075e03 | |
parent | 2619b4c03bc254556cba634de7c33756bf319ef2 (diff) | |
download | isodumper-2c9c1c5c863b04783c281d04b58ff4a646c4885a.tar isodumper-2c9c1c5c863b04783c281d04b58ff4a646c4885a.tar.gz isodumper-2c9c1c5c863b04783c281d04b58ff4a646c4885a.tar.bz2 isodumper-2c9c1c5c863b04783c281d04b58ff4a646c4885a.tar.xz isodumper-2c9c1c5c863b04783c281d04b58ff4a646c4885a.zip |
Fix spacing problems
-rwxr-xr-x | lib/isodumper.py | 8 | ||||
-rw-r--r-- | po/isodumper.pot | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py index ebbea95..bb9dab9 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -442,7 +442,7 @@ class IsoDumper(object): info = Info(_("IsoDumper"),True,_("Mageia IsoDumper")+"<BR />\ ----------------<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\ +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 \ to its previous state subsequently.")+"<BR />"+ _("It gives also a feature for formatting the USB device.")+"<BR /><BR />"+ @@ -455,15 +455,15 @@ _("The fields of the main window are as follows:<BR />\ - Device to work on: the device of the USB flash drive, a drop-down list to choose from.<BR />\ - Write Image: to choose the source ISO image *.iso (or flash drive backup file *.img) to write out.<BR />\ - Write to device: This button launches the operation - with a prior warning dialogue.") +"<BR />"+ -_("- Add a persistent partition: the remaining space will be used in a new partition where data from the Live system can be written and recovered between sessions.")+ "<BR />"+ -_("- Encrypt: the persistent partition will be encrypted with the key provided in <i>Key</i> field.")+ "<BR />"+ +_("- Add a persistent partition: the remaining space will be used in a new partition where data from the Live system can be written and recovered between sessions.")+ "<BR />"+ +_("- Encrypt: the persistent partition will be encrypted with the key provided in <i>Key</i> field.")+ "<BR />"+ _("The operation is shown in the progress bar beneath.")+"<BR />"+ _("- Backup to: define the name and placement of the backup image file. The current flash drive \ will be backed up to a disc file. Note that the entire flash drive is preserved, regardless of its \ actual contents; ensure that you have the necessary free disc space (the same size as the USB device). \ This backup file can be used later to restore the flash drive by selecting it as the source *.img file to write out.")+"<BR />"+ _("- Backup the device: launch the backup operation.")+"<BR />"+ -_("- Format the device: create an unique partition on the entire volume in the specified format in FAT, \ +_("- Format the device: create an unique partition on the entire volume in the specified format in FAT, \ NTFS or ext. You can specify a volume name and the format in a new dialog box.")+"<BR />") if self.ask_OK(info) : return diff --git a/po/isodumper.pot b/po/isodumper.pot index 2e26622..71edbaf 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 21:13+0100\n" +"POT-Creation-Date: 2020-01-20 22:47+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -276,7 +276,7 @@ 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 theentire previous<BR />contents of " +"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 to its " "previous state subsequently." msgstr "" @@ -316,14 +316,14 @@ msgstr "" #: lib/isodumper.py:458 msgid "" -"- Add a persistent partition: the remaining space will be used in a new " +"- Add a persistent partition: the remaining space will be used in a new " "partition where data from the Live system can be written and recovered " "between sessions." msgstr "" #: lib/isodumper.py:459 msgid "" -"- Encrypt: the persistent partition will be encrypted with the key provided " +"- Encrypt: the persistent partition will be encrypted with the key provided " "in <i>Key</i> field." msgstr "" @@ -347,7 +347,7 @@ msgstr "" #: lib/isodumper.py:466 msgid "" -"- Format the device: create an unique partition on the entire volume in the " +"- Format the device: create an unique partition on the entire volume in the " "specified format in FAT, NTFS or ext. You can specify a volume name and the " "format in a new dialog box." msgstr "" |