aboutsummaryrefslogtreecommitdiffstats
path: root/en/5
diff options
context:
space:
mode:
Diffstat (limited to 'en/5')
-rwxr-xr-xen/5/download_index.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/en/5/download_index.php b/en/5/download_index.php
index 70833f952..75fc561e2 100755
--- a/en/5/download_index.php
+++ b/en/5/download_index.php
@@ -7,7 +7,7 @@ $release = 'alpha1';
define('HLANG', true);
require '../../langs.php';
-$dictionary = read_translation_file($locale, cauldron);
+$dictionary = read_translation_file($locale, "cauldron");
require '../downloads/get/lib.php';
function get_mageia_image_file_name($name, $version, $release, $variant = null, $arch, $medium, $ext)
@@ -138,8 +138,7 @@ echo _r('forthcoming');
<div class="para" id="live">
<h2><?php _g('LiveCDs and LiveDVDs');?></h2>
<p class="dlinfo"><?php _g('Use LiveCDs and LiveDVDs for fresh new installs ONLY.');?>
- <span class="warn"><?php _g('DO NOT use these LiveCDs or LiveDVDs to upgrade from from the
-prior Mageia release!'); ?></span>
+ <span class="warn"><?php _g('DO NOT use these LiveCDs or LiveDVDs to upgrade from from the prior Mageia release!'); ?></span>
<?php _g('Use above DVD or CD and see <a href="%s" hreflang="en">upgrade guide</a>.', array($upgradeguide));?></p>
<table class="fr-table dlt2">
<thead>
@@ -248,7 +247,7 @@ prior Mageia release!'); ?></span>
<li><?php _g('<a href="%s">Which to choose</a>', array('https://wiki.mageia.org/en/Installation_Media'))?></li>
<li><?php _g('<a href="%s">Get ISO on USB flash stick</a>', array('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_stick.3F'))?></li>
<li><?php _g('Newcomer? <a href="%s">Here\'s a wiki page for you.</a>', array('https://wiki.mageia.org/en/Newcomers_start_here'))?></li>
- <li><?php _g('Help us on'); echo' <a href="../contribute">',"$name $version";?></a></li>
+ <li><?php _g('Help us on %s', array('<a href="../contribute">Mageia 5</a>'))?></li>
</ul>
<?php /*
echo '<br><br>';