aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2020-01-20 22:49:25 +0200
committerYuri Chornoivan <yurchor@ukr.net>2020-01-20 22:49:30 +0200
commit2c9c1c5c863b04783c281d04b58ff4a646c4885a (patch)
tree315a3aba877afa92ac2dc09d59cf3bc517075e03 /lib
parent2619b4c03bc254556cba634de7c33756bf319ef2 (diff)
downloadisodumper-2c9c1c5c863b04783c281d04b58ff4a646c4885a.tar
isodumper-2c9c1c5c863b04783c281d04b58ff4a646c4885a.tar.gz
isodumper-2c9c1c5c863b04783c281d04b58ff4a646c4885a.tar.bz2
isodumper-2c9c1c5c863b04783c281d04b58ff4a646c4885a.tar.xz
isodumper-2c9c1c5c863b04783c281d04b58ff4a646c4885a.zip
Fix spacing problems
Diffstat (limited to 'lib')
-rwxr-xr-xlib/isodumper.py8
1 files changed, 4 insertions, 4 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