diff options
Diffstat (limited to 'en/5')
-rw-r--r-- | en/5/index.php | 4 | ||||
-rw-r--r-- | en/5/nav.php | 4 |
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 5', + "/{$locale}/5/" => 'Mageia 5.1', "/{$locale}/downloads/" => _r('Download'), $releasenotes => _r('Release notes'), |