diff options
author | filip <filip.komar@gmail.com> | 2021-07-25 18:25:16 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2021-07-25 18:25:16 +0200 |
commit | d37c3bf46dbfac62a4c14661e791536c573f1291 (patch) | |
tree | 70d86ccf1efea31cccf7832ed5d7ed66548a0fdb /en/support/index.php | |
parent | 9fccf5f5396ff7cad47d5f7dc39c345cdd056d03 (diff) | |
download | www-d37c3bf46dbfac62a4c14661e791536c573f1291.tar www-d37c3bf46dbfac62a4c14661e791536c573f1291.tar.gz www-d37c3bf46dbfac62a4c14661e791536c573f1291.tar.bz2 www-d37c3bf46dbfac62a4c14661e791536c573f1291.tar.xz www-d37c3bf46dbfac62a4c14661e791536c573f1291.zip |
prepare i18n for mga8 EOS
Diffstat (limited to 'en/support/index.php')
-rw-r--r-- | en/support/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/support/index.php b/en/support/index.php index bc9d7e598..8ed8bd229 100644 --- a/en/support/index.php +++ b/en/support/index.php @@ -53,7 +53,7 @@ $rtl = is_locale_rtl($locale); // _g('And at least three months after the new release is out.'); echo '</p>'; echo '<ul class="hl">'; - _g('Mageia 8 will be supported until August 31st, 2022.', null, 'li'); + _g('Mageia 8 will be supported until August 31st, 2022.', null, 'li'); // _g('Mageia 8 was supported until August 31st, 2022.', null, 'li'); _g('Mageia 7 was supported until June 30th, 2021.', null, 'li'); _g('Mageia 6 was supported until September 30th, 2019.', null, 'li'); echo '<li>'; |