aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2021-03-08 00:16:53 +0100
committerfilip <filip.komar@gmail.com>2021-03-08 00:16:53 +0100
commitbf06040a784b70e14cd03666bdb0a914d7147148 (patch)
tree9da6e8ba71c1e4410a53319f506754d23c607ed9
parent856b3963fb25f36ba6a1ca3b3baaf0e23022d99b (diff)
downloadwww-bf06040a784b70e14cd03666bdb0a914d7147148.tar
www-bf06040a784b70e14cd03666bdb0a914d7147148.tar.gz
www-bf06040a784b70e14cd03666bdb0a914d7147148.tar.bz2
www-bf06040a784b70e14cd03666bdb0a914d7147148.tar.xz
www-bf06040a784b70e14cd03666bdb0a914d7147148.zip
bugfix for argument (probably copy/paste) error
-rw-r--r--en/8/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/en/8/index.php b/en/8/index.php
index adc493f93..26a323321 100644
--- a/en/8/index.php
+++ b/en/8/index.php
@@ -94,11 +94,11 @@ $dictionary = read_translation_file($locale, array('8', 'common_footer'));
<?php _g('About Mageia %s', $version, 'h2'); ?>
<?php
- _g('Mageia %s is a GNU/Linux distribution for your computer, released by the <a href="%s">Mageia community</a>. It can be installed in several ways, with the Live or Classical ISOs being the most popular methods.', $version, array('../community'), 'p');?>
+ _g('Mageia %s is a GNU/Linux distribution for your computer, released by the <a href="%s">Mageia community</a>. It can be installed in several ways, with the Live or Classical ISOs being the most popular methods.', array($version, '../community'), 'p');?>
<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.', $version, array(_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($version, _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');
_g('Mageia %s includes several desktop managers including Plasma, GNOME, Xfce, Mate, LXQt and Cinnamon.', $version, 'p');
@@ -114,7 +114,7 @@ $dictionary = read_translation_file($locale, array('8', 'common_footer'));
<?php
_g('Mageia in context', null, 'h2');
- _g('Mageia %s is supported by the <a href="%s">Mageia.org nonprofit organisation</a>, which is governed by a body of recognized and elected contributors.', $version, array('../about/'), 'p');
+ _g('Mageia %s is supported by the <a href="%s">Mageia.org nonprofit organisation</a>, which is governed by a body of recognized and elected contributors.', array($version, '../about/'), 'p');
_g('Our work adds to the excellent work of the wider Linux and Free Software community. We aim to blend all the excellent work done by the community, adding the special Mageia ingredients, to bring you the best, most stable, reliable and enjoyable experience we can make for regular users, developers and businesses.', null, 'p');