aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2021-04-04 19:25:06 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2021-04-04 19:25:06 +0200
commitc88b1a29a7b731ba2deb3a875c193428f93c29c9 (patch)
treefba8d1df2aa7b2ee77c1c0b4978c7fef20d0523a
parent2d4e060397078cab30a28bb8f0bf605075665ba9 (diff)
downloadwww-c88b1a29a7b731ba2deb3a875c193428f93c29c9.tar
www-c88b1a29a7b731ba2deb3a875c193428f93c29c9.tar.gz
www-c88b1a29a7b731ba2deb3a875c193428f93c29c9.tar.bz2
www-c88b1a29a7b731ba2deb3a875c193428f93c29c9.tar.xz
www-c88b1a29a7b731ba2deb3a875c193428f93c29c9.zip
Fix var order
-rw-r--r--en/8/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/8/index.php b/en/8/index.php
index 035451fbc..f3451ead4 100644
--- a/en/8/index.php
+++ b/en/8/index.php
@@ -98,7 +98,7 @@ $dictionary = read_translation_file($locale, array('8', 'common_footer'));
<p><a href="../downloads" class="btn btn-primary"><?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 %s directly from there, and try Mageia using one of the graphical user interfaces such as GNOME or Plasma.', array($version, _r('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_drive')), '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 %s directly from there, and try Mageia using one of the graphical user interfaces such as GNOME or Plasma.', array(_r('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_drive'), $version ), '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');
_g('Mageia %s includes several desktop managers including Plasma, GNOME, Xfce, Mate, LXQt and Cinnamon.', $version, 'p');