diff options
author | Filip Komar <filip@mageia.org> | 2013-01-17 20:23:04 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-01-17 20:23:04 +0000 |
commit | 1c951b3bf5b97725945de0ec28ff9c21b65fc684 (patch) | |
tree | 0bc11b53b17ce0e62a66a187f2753de5d32800ee /en/map | |
parent | 78796f1375c6d53c1c519e99f568e085c002a350 (diff) | |
download | www-1c951b3bf5b97725945de0ec28ff9c21b65fc684.tar www-1c951b3bf5b97725945de0ec28ff9c21b65fc684.tar.gz www-1c951b3bf5b97725945de0ec28ff9c21b65fc684.tar.bz2 www-1c951b3bf5b97725945de0ec28ff9c21b65fc684.tar.xz www-1c951b3bf5b97725945de0ec28ff9c21b65fc684.zip |
added word forum for i18n in map page
Diffstat (limited to 'en/map')
-rw-r--r-- | en/map/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/map/index.php b/en/map/index.php index 1177ef94a..3a0cf896f 100644 --- a/en/map/index.php +++ b/en/map/index.php @@ -66,7 +66,7 @@ $map = array( array('t' => _t('Mailing-lists'), 'l' => 'http://www.mageia.org/mailman/'), array('t' => _t('Mailing-lists'), 'l' => 'http://ml.mageia.org/'), array('t' => 'IRC', 'l' => 'http://wiki.mageia.org/en/IRC'), - array('t' => 'Forums', 'l' => _d('http://forums.mageia.org/')), + array('t' => _t('Forums'), 'l' => _d('http://forums.mageia.org/')), array('t' => 'Wiki', 'l' => 'http://wiki.mageia.org/'), array('t' => 'Bugzilla', 'l' => 'http://bugs.mageia.org/'), |