diff options
author | filip <filip.komar@gmail.com> | 2014-11-27 21:29:04 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2014-11-27 21:29:04 +0100 |
commit | 5563cb96780166d7705efe01efd309f9b646907b (patch) | |
tree | 41fff4efc05e3286eb9093b416b2c5b51b7c21f0 /en/4/download_index.php | |
parent | 7916190ab84f3855b7c19838a8487ccd53e71027 (diff) | |
download | www-5563cb96780166d7705efe01efd309f9b646907b.tar www-5563cb96780166d7705efe01efd309f9b646907b.tar.gz www-5563cb96780166d7705efe01efd309f9b646907b.tar.bz2 www-5563cb96780166d7705efe01efd309f9b646907b.tar.xz www-5563cb96780166d7705efe01efd309f9b646907b.zip |
sync l10n for mga3 EOL
Diffstat (limited to 'en/4/download_index.php')
-rwxr-xr-x | en/4/download_index.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php index 64aee53ee..951db2036 100755 --- a/en/4/download_index.php +++ b/en/4/download_index.php @@ -246,10 +246,8 @@ function dl_link($variant = null, $arch = 'i586', $medium, $torrent = false, $un <?php _g('Looking for Mageia 3?', null, 'h3'); echo '<p>'; - _g('It is <a href="%s">here now</a>.', array('../3/'));?> - <span class="warn"> - <?php _g('But please remember that it already <a href="%s">reached EOL</a>.',array('https://blog.mageia.org/en/2014/11/26/lets-say-goodbye-to-mageia-3/')); ?> - </span> + _g('It is <a href="%s">here now</a>.', array('../3/'), ' '); + _g('But please remember that it already <a href="%s">reached EOL</a>.', array('https://blog.mageia.org/en/2014/11/26/lets-say-goodbye-to-mageia-3/'), 'span class="warn"'); ?> </p> <br> <br> |