aboutsummaryrefslogtreecommitdiffstats
path: root/en/5
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2016-12-13 19:44:21 +0100
committerManuel Hiebel <leuhmanu@mageia.org>2016-12-13 19:44:21 +0100
commitd267a55652963d38749dff84ecfc111337f8159a (patch)
tree07dc069aff31bf86bc5cb0d978f710c78d108a36 /en/5
parent997acbd1d8426d2c6400a22edd647c7ff00356e9 (diff)
downloadwww-d267a55652963d38749dff84ecfc111337f8159a.tar
www-d267a55652963d38749dff84ecfc111337f8159a.tar.gz
www-d267a55652963d38749dff84ecfc111337f8159a.tar.bz2
www-d267a55652963d38749dff84ecfc111337f8159a.tar.xz
www-d267a55652963d38749dff84ecfc111337f8159a.zip
Update string for Mageia 5.1
Diffstat (limited to 'en/5')
-rw-r--r--en/5/index.php4
-rw-r--r--en/5/nav.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/en/5/index.php b/en/5/index.php
index 8e5e75097..406756d04 100644
--- a/en/5/index.php
+++ b/en/5/index.php
@@ -9,7 +9,7 @@ $dictionary = read_translation_file($locale, array('5', 'common_footer'));
<html lang="<?php echo $locale; ?>">
<head>
<meta charset="utf-8">
- <title><?php _g('Mageia 5')?></title>
+ <title><?php _g('Mageia 5.1')?></title>
<link rel="stylesheet" href="/g/style/all.css">
<link rel="stylesheet" type="text/css" href="/g/style/common_footer.css">
<meta name="description" content="<?php _g('Mageia 5 is the new, solid, stable Linux distribution from the Mageia project.')?>">
@@ -23,7 +23,7 @@ $dictionary = read_translation_file($locale, array('5', 'common_footer'));
<body class="downloads">
<?php echo $hsnav; ?>
- <h1 id="mgnavt"><a href="../5/">Mageia 5</a></h1>
+ <h1 id="mgnavt"><a href="../5/">Mageia 5.1</a></h1>
<?php include '../5/nav.php'; ?>
<div id="doc5" class="yui-t3" style="margin-bottom: 0px;">
diff --git a/en/5/nav.php b/en/5/nav.php
index cb2864a5e..630951f5a 100644
--- a/en/5/nav.php
+++ b/en/5/nav.php
@@ -1,11 +1,11 @@
<?php
-$releasenotes = _r('https://wiki.mageia.org/en/Mageia_5_Release_Notes');
+$releasenotes = _r('https://wiki.mageia.org/en/Mageia_5.1_Release_Notes');
$errata = _r('https://wiki.mageia.org/en/Mageia_5_Errata');
$upgradeguide = _r('https://wiki.mageia.org/en/Mageia_5_Release_Notes#Upgrading_from_Mageia_4');
$nav = array(
- "/{$locale}/5/" => 'Mageia&nbsp;5',
+ "/{$locale}/5/" => 'Mageia&nbsp;5.1',
"/{$locale}/downloads/" => _r('Download'),
$releasenotes => _r('Release notes'),