aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2026-04-06 12:17:27 +0200
committerPapoteur <papoteur@mageia.org>2026-04-06 12:17:27 +0200
commit4098b805b71c7b1b1899974423901794046406c6 (patch)
treef698e78909e006edd476231809f9dbe01212c8c4 /lib
parentf8e16e3392fd003893575c8fa97a547208045735 (diff)
downloadisodumper-4098b805b71c7b1b1899974423901794046406c6.tar
isodumper-4098b805b71c7b1b1899974423901794046406c6.tar.gz
isodumper-4098b805b71c7b1b1899974423901794046406c6.tar.bz2
isodumper-4098b805b71c7b1b1899974423901794046406c6.tar.xz
isodumper-4098b805b71c7b1b1899974423901794046406c6.zip
Remove problematic & in help message. Fix also the translation catalog files
Diffstat (limited to 'lib')
-rwxr-xr-xlib/isodumper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py
index a65c669..3dd9534 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -885,7 +885,7 @@ class IsoDumper(basedialog.BaseDialog):
----------------<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 and 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."
)