aboutsummaryrefslogtreecommitdiffstats
path: root/en/4
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2014-02-01 18:45:11 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2014-02-01 18:45:11 +0000
commit49a74a2e75fbe1110ab190536ea13f01410fe622 (patch)
tree39b417d8311e9eeb78c2790cf685915ede6c6ed9 /en/4
parentbad35065a7db4589b08ed2f3b3fa109e552fb0d7 (diff)
downloadwww-49a74a2e75fbe1110ab190536ea13f01410fe622.tar
www-49a74a2e75fbe1110ab190536ea13f01410fe622.tar.gz
www-49a74a2e75fbe1110ab190536ea13f01410fe622.tar.bz2
www-49a74a2e75fbe1110ab190536ea13f01410fe622.tar.xz
www-49a74a2e75fbe1110ab190536ea13f01410fe622.zip
add a possibility to use a translated version of release notes in nav bar
Diffstat (limited to 'en/4')
-rw-r--r--en/4/nav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/4/nav.php b/en/4/nav.php
index 750ee134a..5ce75c060 100644
--- a/en/4/nav.php
+++ b/en/4/nav.php
@@ -3,7 +3,7 @@
$nav = array(
"/{$locale}/4/" => _t('Mageia&nbsp;4'),
"/{$locale}/downloads/" => _t('Download'),
- "https://wiki.mageia.org/en/Mageia_4_Release_Notes" => _t('Release notes'),
+ _t('https://wiki.mageia.org/en/Mageia_4_Release_Notes') => _t('Release notes'),
_t('https://wiki.mageia.org/en/Mageia_4_Errata') => _t('Errata'),
);