diff options
| author | Papoteur <papoteur@mageia.org> | 2026-04-06 12:17:27 +0200 |
|---|---|---|
| committer | Papoteur <papoteur@mageia.org> | 2026-04-06 12:17:27 +0200 |
| commit | 4098b805b71c7b1b1899974423901794046406c6 (patch) | |
| tree | f698e78909e006edd476231809f9dbe01212c8c4 /lib | |
| parent | f8e16e3392fd003893575c8fa97a547208045735 (diff) | |
| download | isodumper-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-x | lib/isodumper.py | 2 |
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." ) |
