diff options
-rw-r--r-- | en/8/download_index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/8/download_index.php b/en/8/download_index.php index 3786416a6..ec88f941f 100644 --- a/en/8/download_index.php +++ b/en/8/download_index.php @@ -62,7 +62,7 @@ function get_image($ttl, $src, $sty){ <html <?php echo $rtl ? 'dir="rtl"' : 'dir="ltr"'?> lang="<?php echo $locale; ?>"> <head> <meta charset="utf-8"> - <title><?php echo sprintf(_g('Download').' '. '%s %s %s', $name, $version, $release)?></title> + <title><?php echo sprintf(_g('Download %s %s %s', array($declension_name = _r('Mageia'), $version, $release)))?></title> <meta name="description" content="<?php _g('Download %s DVD, LiveDVD, network install ISO images.', array("$name $version"))?>"> <meta name="keywords" content="<?php _g('mageia, %s, linux, free, download, iso, torrent, vm, http, ftp, rsync, bittorrent', array("$name $version"))?>"> <meta name="robots" content="index,nofollow,nosnippet"> @@ -90,7 +90,7 @@ input[type="radio"], input[type="submit"], .popover-content { <body class="release downloads" <?php echo $rtl ? 'style="text-align: right;"' : ''?>> <?php echo $hsnav; ?> - <h1 id="mgnavt"><?php echo sprintf(_g('Download') . ' <strong>%s %s %s</strong>',$name, $version, $release)?></h1> + <h1 id="mgnavt"><?php echo sprintf(_g('Download <strong>%s %s %s</strong>', array($declension_name, $version, $release)))?></h1> <?php include '../8/nav.php'; ?> <div id="doc4" class="yui-t7" style="margin-bottom: 0px;"> |