diff options
Diffstat (limited to 'en')
-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 8b3ea46bd..cbe3ecf8a 100644 --- a/en/support/index.php +++ b/en/support/index.php @@ -49,8 +49,8 @@ $dictionary = read_translation_file($locale, 'support'); _g('Lifecycle', null, 'h3'); _g('Mageia releases are supported at least for 18 months.', null, 'p'); echo '<ul class="hl">'; - _g('Mageia 4 will be supported until August 1st, 2015.', null, 'li'); - _g('Mageia 3 will be supported until November 19th, 2014.', null, 'li'); + _g('Mageia 4 will be supported until August 1st, 2015.', null, 'li'); // _g('Mageia 4 was supported until August 1st, 2015.', null, 'li'); + _g('Mageia 3 will be supported until November 19th, 2014.', null, 'li'); // _g('Mageia 3 was supported until November 19th, 2014.', null, 'li'); _g('Mageia 2 was supported until November 22nd, 2013.', null, 'li'); _g('Mageia 1 was supported until December 1st, 2012.', null, 'li'); echo '</ul>'; |