aboutsummaryrefslogtreecommitdiffstats
path: root/en/4
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2013-07-18 20:18:33 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2013-07-18 20:18:33 +0000
commit6e848a64b538d4c7e87358320aaf5037bc1e2573 (patch)
tree171c2332f2d67685168285c755886aab3e3ecf26 /en/4
parentea80aaffe3db3de8695449f4d7adba6b444beff9 (diff)
downloadwww-6e848a64b538d4c7e87358320aaf5037bc1e2573.tar
www-6e848a64b538d4c7e87358320aaf5037bc1e2573.tar.gz
www-6e848a64b538d4c7e87358320aaf5037bc1e2573.tar.bz2
www-6e848a64b538d4c7e87358320aaf5037bc1e2573.tar.xz
www-6e848a64b538d4c7e87358320aaf5037bc1e2573.zip
another minor improvement for i18n
Diffstat (limited to 'en/4')
-rwxr-xr-xen/4/download_index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php
index c5f906f7b..0108242e7 100755
--- a/en/4/download_index.php
+++ b/en/4/download_index.php
@@ -72,7 +72,7 @@ function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $me
</head>
<body class="release downloads">
<?php echo $hsnav; ?>
- <h1 id="mgnavt"><?php echo sprintf(_t('Download <strong>%s %s %s</strong>'),$name, $version, $release)?></h1>
+ <h1 id="mgnavt"><?php echo sprintf(_t('Download') . '<strong>%s %s %s</strong>',$name, $version, $release)?></h1>
<?php include '../'.$version.'/nav.php'; ?>
<p class="unstable-release-warning"><?php _e('Be careful! This is an alpha, unstable release.');
_e('It is only intended for developer use. <strong>DO NOT USE THIS IN PRODUCTION OR FOR OFFICIAL REVIEW.</strong>');?></p>