diff options
author | filip <filip.komar@gmail.com> | 2015-06-18 23:13:39 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-06-18 23:13:39 +0200 |
commit | 7c53478618d9d4568daf9731e0e7f0f6cf2c4e7b (patch) | |
tree | f0639414018fcb51124139d4c9f238cab34294c4 /en | |
parent | d2a52d224f21e0b21b2d8fa654365778cc3a4f5e (diff) | |
download | www-7c53478618d9d4568daf9731e0e7f0f6cf2c4e7b.tar www-7c53478618d9d4568daf9731e0e7f0f6cf2c4e7b.tar.gz www-7c53478618d9d4568daf9731e0e7f0f6cf2c4e7b.tar.bz2 www-7c53478618d9d4568daf9731e0e7f0f6cf2c4e7b.tar.xz www-7c53478618d9d4568daf9731e0e7f0f6cf2c4e7b.zip |
fix a typo thx to Yuri, Cauldron warning text for boot.iso removed, size updated
Diffstat (limited to 'en')
-rwxr-xr-x | en/5_preview/download_index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/en/5_preview/download_index.php b/en/5_preview/download_index.php index 2ee50377d..3d7744383 100755 --- a/en/5_preview/download_index.php +++ b/en/5_preview/download_index.php @@ -194,7 +194,7 @@ input[type="radio"], input[type="submit"] { _g('The installer includes the capability of adding the online Mageia repositories during the installation, which means you can install even more packages than those available on the ISO.');?> </p> - <?php _g('For 32 and 64bit, size of the ISOs is about %sGB. For the dualarch it\'s about %sGB.',array('4','1.6'),'p class="dlinfo"');?> + <?php _g('For 32 and 64bit, size of the ISOs is about %sGB. For the dualarch it\'s about %sGB.',array('3.5','1.2'),'p class="dlinfo"');?> </div> <?php } ?> @@ -220,7 +220,7 @@ input[type="radio"], input[type="submit"] { <?php _g('Wired Network-based Installation CD',null,'h3'); _g('Download quickly and immediately boot into install mode from <em>wired</em> network or a local disk.',null,'p'); _g('Have a look in the <a href="%s">wiki</a> to get a list of possibilities.',array(_r('https://wiki.mageia.org/en/Boot.iso_install')),'p'); - _g('These ISOs change frequently, and as it give real state of Cauldron, they may not work. If it is the case, use above one.',null,'p'); + _g('Size of the ISOs is about 50MB.',null,'p class="dlinfo"');?> </div> @@ -253,7 +253,7 @@ input[type="radio"], input[type="submit"] { <div id="livecdEx"> <?php _g('LiveCDs',null,'h3'); _g('LiveCDs contain only English and is available only in 32bit.',null,'p'); - _g('Do not use unless you really DON\'T NEED any other language that English.',null,'p class="warn"'); ?> + _g('Do not use unless you really DON\'T NEED any other language than English.',null,'p class="warn"'); ?> </div> <div class="radiobutton"> |