From c88b1a29a7b731ba2deb3a875c193428f93c29c9 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Sun, 4 Apr 2021 19:25:06 +0200 Subject: Fix var order --- en/8/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'));

-these instructions 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'); +these instructions 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 documentation for this installer.', array('../doc/'), 'p'); _g('Mageia %s includes several desktop managers including Plasma, GNOME, Xfce, Mate, LXQt and Cinnamon.', $version, 'p'); -- cgit v1.2.1