diff options
author | filip <filip.komar@gmail.com> | 2015-02-22 15:38:04 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-02-22 15:38:04 +0100 |
commit | caa8f9c6fd891ed06681006025d4abd333f6fece (patch) | |
tree | 67b94139f417b7632cfd098cc18bf82d34894187 /en/index.php | |
parent | 8bf3680123ef89ae26c98eafe4597bbb69019d7a (diff) | |
download | www-caa8f9c6fd891ed06681006025d4abd333f6fece.tar www-caa8f9c6fd891ed06681006025d4abd333f6fece.tar.gz www-caa8f9c6fd891ed06681006025d4abd333f6fece.tar.bz2 www-caa8f9c6fd891ed06681006025d4abd333f6fece.tar.xz www-caa8f9c6fd891ed06681006025d4abd333f6fece.zip |
wiki links translatable for main (index) page
Diffstat (limited to 'en/index.php')
-rw-r--r-- | en/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/index.php b/en/index.php index f50f8768c..82c76551f 100644 --- a/en/index.php +++ b/en/index.php @@ -238,8 +238,8 @@ $nav = array( <span class="dl-btn"><?php _g('version 4 (February 2014)'); ?></span> </a> <p class="dl-info"> - <?php _g('<a href="%s" hreflang="en">Release notes</a>', array('https://wiki.mageia.org/en/Mageia_4_Release_Notes')); ?>, - <?php _g('<a href="%s" hreflang="en">errata</a>', array('https://wiki.mageia.org/en/Mageia_4_Errata')); ?>. + <?php _g('<a href="%s" hreflang="en">Release notes</a>', array(_r('https://wiki.mageia.org/en/Mageia_4_Release_Notes'))); ?>, + <?php _g('<a href="%s" hreflang="en">errata</a>', array(_r('https://wiki.mageia.org/en/Mageia_4_Errata'))); ?>. </p> </li> <li><a href="contribute/" class="dl-btn-other"><?php _g('<strong>Get involved</strong> in the next version'); ?></a> |