diff options
author | filip <filip.komar@gmail.com> | 2015-06-27 09:26:56 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-06-27 09:26:56 +0200 |
commit | bc6b67353599c3a3257519e36422006f64193f74 (patch) | |
tree | 0cdd691aef851b1ccaeda56b84f2972ebcd0fe76 /en/support | |
parent | 803e49a8c1d1e3182d203e7f73a76cf8d3ada33e (diff) | |
download | www-bc6b67353599c3a3257519e36422006f64193f74.tar www-bc6b67353599c3a3257519e36422006f64193f74.tar.gz www-bc6b67353599c3a3257519e36422006f64193f74.tar.bz2 www-bc6b67353599c3a3257519e36422006f64193f74.tar.xz www-bc6b67353599c3a3257519e36422006f64193f74.zip |
updates are available for mga4 and mga5 (thanks to catcher Jim ;))
Diffstat (limited to 'en/support')
-rw-r--r-- | en/support/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/support/index.php b/en/support/index.php index fabe4df7b..6d9cc267f 100644 --- a/en/support/index.php +++ b/en/support/index.php @@ -40,8 +40,8 @@ $dictionary = read_translation_file($locale, 'support'); '<a href="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/3.html">Mageia 3</a>', '<a href="//advisories.mageia.org/4.html">Mageia 4</a>'), 'p'); - _g('Updates are available for %s (security and bug fixes) and published on an ongoing basis.', array('<a href="//advisories.mageia.org/4.html">Mageia 4</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/4.html">Mageia 4</a>', '<a href="//advisories.mageia.org/5.html">Mageia 5</a>'), 'p'); +// _g('Updates are available for %s (security and bug fixes) and published on an ongoing basis.', array('<a href="//advisories.mageia.org/4.html">Mageia 4</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>'; |