aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/downloads/index.php')
-rw-r--r--en/downloads/index.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/en/downloads/index.php b/en/downloads/index.php
index acc0d0095..a247db258 100644
--- a/en/downloads/index.php
+++ b/en/downloads/index.php
@@ -1,4 +1,7 @@
-<?php require '../../downloads.php'; ?>
+<?php require '../../downloads.php';
+
+$_t ['page_h1'] = sprintf($_t['page_h1'], '<em class="tag">Mageia 1 RC</em>');
+?>
<!DOCTYPE html>
<html lang="<?php echo $locale; ?>">
<head>
@@ -18,7 +21,10 @@
<div id="bd" role="main">
<div class="yui-g">
<div class="para">
- <p><?php echo $_t['dl_help']; ?></p>
+ <p><?php echo $_t['dl_help']; ?>
+ If you are using Mandriva Linux 2010.1 or 2010.2,
+ you may directly <a href="/en/1/migrate/">upgrade
+ your system to Mageia 1</a> as well.</p>
<br />
<?php echo $dl_table; ?>