diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2013-05-17 22:17:12 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2013-05-17 22:17:12 +0000 |
commit | 61ac0d2c8454affc6b98f7e7b862c9661b6286ba (patch) | |
tree | 168969e9e18de4645f6b3481edfb4a72cfed6d5d /en/3/download_index.php | |
parent | 10c02074037d129f93cf4029f3ebefc3529078f8 (diff) | |
download | www-61ac0d2c8454affc6b98f7e7b862c9661b6286ba.tar www-61ac0d2c8454affc6b98f7e7b862c9661b6286ba.tar.gz www-61ac0d2c8454affc6b98f7e7b862c9661b6286ba.tar.bz2 www-61ac0d2c8454affc6b98f7e7b862c9661b6286ba.tar.xz www-61ac0d2c8454affc6b98f7e7b862c9661b6286ba.zip |
fix sentence + link
Diffstat (limited to 'en/3/download_index.php')
-rwxr-xr-x | en/3/download_index.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/en/3/download_index.php b/en/3/download_index.php index ca80ba336..ff2baa828 100755 --- a/en/3/download_index.php +++ b/en/3/download_index.php @@ -77,10 +77,10 @@ require '../downloads/get/lib.php'; </div> < <div class="para"> - <h2><?php _e('LiveCDs – LiveDVDs');?></h2> - <p class="dlinfo"><?php _e('Use LiveCDs – LiveDVDs for fresh new installs ONLY.');?> - <span class="warn"><?php _e('DO NOT use those LiveCDs – LiveDVDs to upgrade from Mageia 2!'); ?></span> - <?php _e('Use above DVD or CD and see the <a href="%s" hreflang="en">upgrade guide</a>.', + <h2><?php _e('LiveCDs and LiveDVDs');?></h2> + <p class="dlinfo"><?php _e('Use LiveCDs and LiveDVDs for fresh new installs ONLY.');?> + <span class="warn"><?php _e('DO NOT use these LiveCDs or LiveDVDs to upgrade from Mageia 2!'); ?></span> + <?php _e('Use above DVD or CD and see the upgrade guide. <a href="%s" hreflang="en">upgrade guide</a>.', array('https://wiki.mageia.org/en/Mageia_3_Release_Notes#Upgrading_from_Mageia_2'));?></p> <table class="fr-table dlt2"> <thead> @@ -190,7 +190,7 @@ require '../downloads/get/lib.php'; <?php _h('Looking for Mageia 1?', null, 'h3'); echo '<p>'; - _e('It is <a href="%s">here now</a>.', array('../downloads/1/')); + _e('It is <a href="%s">here now</a>.', array('../1/')); _e('But please remember that it already <a href="http://blog.mageia.org/en/2012/12/02/mageia-1-eol"/>reached EOL</a>.', null, ''); echo '</p>'; ?> @@ -198,7 +198,7 @@ require '../downloads/get/lib.php'; <br> <?php _h('Need more challenge?', null, 'h3'); - _h('You can help us <a href="%s">on Mageia 4</a>.', array('../contribute/')); + _h('You can help us <a href="%s">on Mageia 4</a>.', array('/contribute/')); ?> </div> <hr> |