aboutsummaryrefslogtreecommitdiffstats
path: root/en/support/index.php
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2020-05-20 18:38:51 +0200
committerfilip <filip.komar@gmail.com>2020-05-20 18:38:51 +0200
commitfc9cbeb6d1653c0ee6ddb8561fe10e18cf88b943 (patch)
tree1b1583ddb3be3424bd55aea2ab40638be01822c9 /en/support/index.php
parent321e4fe41731657b30a8cfad73a56300132415e5 (diff)
downloadwww-fc9cbeb6d1653c0ee6ddb8561fe10e18cf88b943.tar
www-fc9cbeb6d1653c0ee6ddb8561fe10e18cf88b943.tar.gz
www-fc9cbeb6d1653c0ee6ddb8561fe10e18cf88b943.tar.bz2
www-fc9cbeb6d1653c0ee6ddb8561fe10e18cf88b943.tar.xz
www-fc9cbeb6d1653c0ee6ddb8561fe10e18cf88b943.zip
fixed some leftovers for mga6 support
Diffstat (limited to 'en/support/index.php')
-rw-r--r--en/support/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/support/index.php b/en/support/index.php
index b108d476b..9ee009a50 100644
--- a/en/support/index.php
+++ b/en/support/index.php
@@ -40,8 +40,8 @@ $dictionary = read_translation_file($locale, array('support', 'common_footer'));
'<a href="' . _r('https://wiki.mageia.org') . '">', '</a>'), 'p');
echo '<hr>';
_g('Updates', null, 'h2 id="updates"');
- _g('Updates are available for %s and %s (security and bug fixes) and published on an ongoing basis.', array('<a href="//advisories.mageia.org/6.html">Mageia 6</a>', '<a href="//advisories.mageia.org/7.html">Mageia 7</a>'), 'p');
-// _g('Updates are available for %s (security and bug fixes) and published on an ongoing basis.', array('<a href="//advisories.mageia.org/7.html">Mageia 7</a>'), 'p');
+// _g('Updates are available for %s and %s (security and bug fixes) and published on an ongoing basis.', array('<a href="//advisories.mageia.org/6.html">Mageia 6</a>', '<a href="//advisories.mageia.org/7.html">Mageia 7</a>'), 'p');
+ _g('Updates are available for %s (security and bug fixes) and published on an ongoing basis.', array('<a href="//advisories.mageia.org/7.html">Mageia 7</a>'), 'p');
_g('You can install these from the Mageia Control Center.', null, 'p');
_g('You may subscribe to our %s announce list to be notified of these.', array('<a href="https://ml.mageia.org/l/info/updates-announce">updates-announce</a>'), 'p');
echo '<hr>';