diff options
author | Claire Revillet <grenoya@zarb.org> | 2014-11-26 21:23:39 +0100 |
---|---|---|
committer | Claire Revillet <grenoya@zarb.org> | 2014-11-26 21:23:39 +0100 |
commit | 7916190ab84f3855b7c19838a8487ccd53e71027 (patch) | |
tree | b12508cfa2f44d32bb7dd04b673061c655f19001 /en/support/index.php | |
parent | 4a0b1b265cadcf8233f30727679f421734a1eef7 (diff) | |
download | www-7916190ab84f3855b7c19838a8487ccd53e71027.tar www-7916190ab84f3855b7c19838a8487ccd53e71027.tar.gz www-7916190ab84f3855b7c19838a8487ccd53e71027.tar.bz2 www-7916190ab84f3855b7c19838a8487ccd53e71027.tar.xz www-7916190ab84f3855b7c19838a8487ccd53e71027.zip |
add old line in comment for next time with 2 releases
Diffstat (limited to 'en/support/index.php')
-rw-r--r-- | en/support/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/en/support/index.php b/en/support/index.php index 92fdaf5b1..16ef839bd 100644 --- a/en/support/index.php +++ b/en/support/index.php @@ -41,6 +41,7 @@ $dictionary = read_translation_file($locale, 'support'); 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('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'); |