diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2017-11-09 15:20:16 +0200 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2017-11-09 15:20:16 +0200 |
commit | 24c98939fe8b4f7b737c1238a7fca3975379e562 (patch) | |
tree | d26c94d922036f5667ab057e51b43ed93aea6f91 /en/support/index.php | |
parent | f156297175d585bc65cf28d289aeacfdb6fedf05 (diff) | |
download | www-24c98939fe8b4f7b737c1238a7fca3975379e562.tar www-24c98939fe8b4f7b737c1238a7fca3975379e562.tar.gz www-24c98939fe8b4f7b737c1238a7fca3975379e562.tar.bz2 www-24c98939fe8b4f7b737c1238a7fca3975379e562.tar.xz www-24c98939fe8b4f7b737c1238a7fca3975379e562.zip |
Fix the sentence according to David W. Hodgins proposal
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 c59418b8b..64063029e 100644 --- a/en/support/index.php +++ b/en/support/index.php @@ -52,7 +52,7 @@ $dictionary = read_translation_file($locale, array('support', 'common_footer')); _g('Mageia 6 will be supported until January 16th, 2019.', null, 'li'); // _g('Mageia 6 was supported until January 16th, 2019.', null, 'li'); echo '<li>'; _g('Mageia 5 EOL is postponed until December 31st, 2017.', null, ' '); - _g('More details including a helpfull advice and %sa wiki page%s on %sour blog%s.', + _g('More details and advice are available on our %swiki page%s and from %sour blog%s.', array('<a href="' . _r('https://wiki.mageia.org/en/From_Mageia_5_to_6') . '">', '</a>', '<a href="' . _r('https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/') . '">', '</a>')); // _g('Mageia 5 was supported until December 31st, 2017.', null, 'li'); |