From aa5f880acd5bd293cf53a745033ef487216999be Mon Sep 17 00:00:00 2001
From: filip
Date: Sun, 18 Sep 2016 19:37:43 +0200
Subject: make mentioning of dd italic
---
en/5/download_index.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'en/5')
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 '
';
_g('To dump a Mageia installation ISO on a USB stick, you may try one of several tools:', array('class="iso2usb"'),'p');
echo '- ';
- _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('', ''), ' ');
_g('Unetbootin is not supported.', null, 'span class="warn"'); ?>
wiki for your options.', array(_r('https://wiki.mageia.org/en/Dump_Mageia_ISO_on_a_USB_flash_drive_-_Alternative_tools')), 'li'); ?>
--
cgit v1.2.1