diff options
Diffstat (limited to 'en/5/download_index.php')
-rwxr-xr-x | en/5/download_index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/5/download_index.php b/en/5/download_index.php index 102d4ba12..1b9f13144 100755 --- a/en/5/download_index.php +++ b/en/5/download_index.php @@ -2,7 +2,7 @@ $name = 'Mageia'; $version = '5'; -$release = 'beta2'; +$release = 'beta3'; $torrentavailable=true; $classical=true; $live=true; @@ -162,7 +162,7 @@ input[type="radio"], input[type="submit"] { <?php _g('All ISOs can also be launched from a <a %s>USB drive</a>.', array('class="iso2usb"'));?> <span class="warn"><?php _g('Unetbootin is not supported.'); ?></span> <br><br> - <?php _g('If you have <a href="%s">UEFI</a>, a procedure is available in the <a href="%s">wiki</a>.', array(_r('http://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface'),_r('https://wiki.mageia.org/en/Main_Page'))) ;?> + <?php _g('If you have <a href="%s">UEFI</a>, a procedure is available in the <a href="%s">wiki</a>.', array(_r('http://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface'),_r('https://wiki.mageia.org/en/UEFI_how-to#Mageia_5_instructions' /*this will be changed to tooltip, so no more url*/))) ;?> </p> <div id="iso2usbEx"> <?php _g('Dump Mageia ISO on a USB flash drive',null,'h2'); |