aboutsummaryrefslogtreecommitdiffstats
path: root/en/4
diff options
context:
space:
mode:
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>