diff options
author | filip <filip.komar@gmail.com> | 2015-06-19 22:36:36 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-06-19 22:36:36 +0200 |
commit | 7f745d04e78f7dc90f5a563f1983483729d49a76 (patch) | |
tree | 22ea2c381a83081175913a36d2af00ddb194ce56 /en | |
parent | 00a93fdff69b5b04dba5cf0223382924a65285ab (diff) | |
download | www-7f745d04e78f7dc90f5a563f1983483729d49a76.tar www-7f745d04e78f7dc90f5a563f1983483729d49a76.tar.gz www-7f745d04e78f7dc90f5a563f1983483729d49a76.tar.bz2 www-7f745d04e78f7dc90f5a563f1983483729d49a76.tar.xz www-7f745d04e78f7dc90f5a563f1983483729d49a76.zip |
old wiki link typo fix
Diffstat (limited to 'en')
-rwxr-xr-x | en/4/download_index.php | 4 | ||||
-rw-r--r-- | en/4/index.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php index 069f9811d..6306c2703 100755 --- a/en/4/download_index.php +++ b/en/4/download_index.php @@ -62,7 +62,7 @@ function dl_link($variant = null, $arch = 'i586', $medium, $torrent = false, $un <div class="yui-ge bb1"> <div class="yui-u first rb1"> <div class="para" id="classical"> -<?php _g('If you want to put the ISO on USB key, <span class="warn">please DO NOT use Unetbootin</span>. Have a look <a href="%s">here</a> for the alternative.',array(_r('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_drive.3F')),'p'); +<?php _g('If you want to put the ISO on USB key, <span class="warn">please DO NOT use Unetbootin</span>. Have a look <a href="%s">here</a> for the alternative.',array(_r('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_drive')),'p'); _g('Mageia 4.1 is a <a href="%s">maintenance</a> release for Mageia 4 with the current packages from update medias. It also has a fix for a syslinux bug which prevented some people installing from a burned cd/dvd.',array(_r('http://blog.mageia.org/en/2014/06/20/pulling-mageia-4-1-out-of-the-hat/')),'p'); ?> @@ -231,7 +231,7 @@ function dl_link($variant = null, $arch = 'i586', $medium, $torrent = false, $un <li><?php _g('<a href="%s">Release notes</a>', array($releasenotes))?></li> <li><?php _g('<a href="%s">Errata</a>', array($errata))?></li> <li><?php _g('<a href="%s">Which to choose</a>', array(_r('https://wiki.mageia.org/en/Installation_Media')))?></li> - <li><?php _g('<a href="%s">Get ISO on USB flash stick</a>', array(_r('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_drive.3F')))?></li> + <li><?php _g('<a href="%s">Get ISO on USB flash stick</a>', array(_r('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_drive')))?></li> <li><?php _g('Newcomer? <a href="%s">Here\'s a wiki page for you.</a>', array(_r('https://wiki.mageia.org/en/Newcomers_start_here')))?></li> </ul> <br> diff --git a/en/4/index.php b/en/4/index.php index 416da8c8d..4b1e64287 100644 --- a/en/4/index.php +++ b/en/4/index.php @@ -35,7 +35,7 @@ $dictionary = read_translation_file($locale, '4'); <p><a href="../downloads/" style="background: #1272B1; color: white; padding: 0.9em; margin: 1em; display: inline-block; text-shadow: 0 1px 6px #000; border-radius: 3px;"><?php _g('Download it right away!');?></a></p> -<?php _g('Live ISO\'s let you try Mageia without installation. Use <a href="%s">these instructions</a> to put the Live ISO on a CD, DVD or USB device. Then you can run Mageia 4 directly from there, and try Mageia using one of the graphical user interfaces such as GNOME or KDE.', array(_r('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_drive.3F')), 'p'); +<?php _g('Live ISO\'s let you try Mageia without installation. Use <a href="%s">these instructions</a> to put the Live ISO on a CD, DVD or USB device. Then you can run Mageia 4 directly from there, and try Mageia using one of the graphical user interfaces such as GNOME or KDE.', array(_r('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_drive')), 'p'); _g('If you are happy with the Mageia experience, you can then install it onto your hard drive from the Live media.', null, 'p'); _g('The Classical ISO is the more traditional way to install Mageia directly. Take a look at the complete <a href="%s">documentation</a> for this installer.', array('../doc/'), 'p'); |