diff options
Diffstat (limited to 'en')
-rwxr-xr-x | en/5/download_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/5/download_index.php b/en/5/download_index.php index 75fc561e2..c60550917 100755 --- a/en/5/download_index.php +++ b/en/5/download_index.php @@ -247,7 +247,7 @@ echo _r('forthcoming'); <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 %s', array('<a href="../contribute">Mageia 5</a>'))?></li> + <li><?php _g('Help us on %s', array("<a href=\"../contribute\">$name $version</a>"))?></li> </ul> <?php /* echo '<br><br>'; |