aboutsummaryrefslogtreecommitdiffstats
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
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.
-rwxr-xr-xlib/isodumper.py4
-rw-r--r--po/isodumper.pot10
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):
----------------<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)
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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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<BR />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