diff options
Diffstat (limited to 'en/5/download_index.php')
-rwxr-xr-x | en/5/download_index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/en/5/download_index.php b/en/5/download_index.php index 1b01b5e98..7db00b529 100755 --- a/en/5/download_index.php +++ b/en/5/download_index.php @@ -103,6 +103,7 @@ function get_image($ttl, $src, $sty){ box-shadow: 2px 2px 5px rgba(0, 0, 0, .5); } .iso2usb {cursor:pointer} +.italic {font-style:italic} input[type="radio"]:checked + label,.ui-button:active { background: #2383C2; @@ -159,7 +160,7 @@ input[type="radio"], input[type="submit"] { echo '</p>'; _g('To <a %s>dump</a> a Mageia installation ISO on a USB stick, you may try one of several tools:', array('class="iso2usb"'),'p'); echo '<ul><li>'; - _g('For Linux, IsoDumper, available inside repo. Or any tools based on dd.', null, ' '); + _g('For Linux, IsoDumper, available inside repo. Or any tools based on %sdd%s.', array('<span class="italic" >', '</span>'), ' '); _g('Unetbootin is not supported.', null, 'span class="warn"'); ?> </li> <?php _g('For Windows please have a look on our <a href="%s">wiki</a> for your options.', array(_r('https://wiki.mageia.org/en/Dump_Mageia_ISO_on_a_USB_flash_drive_-_Alternative_tools')), 'li'); ?> |