diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2014-09-10 20:08:47 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2014-09-10 20:08:47 +0200 |
commit | 2920074caf9ea893cdde9e042562c7015cf81bff (patch) | |
tree | 07596ff04c74b54d2269f826b7cf2c08d14309f8 /en | |
parent | b8cdc5b455b62c0596ab52237a674ebeb1b7619f (diff) | |
download | www-2920074caf9ea893cdde9e042562c7015cf81bff.tar www-2920074caf9ea893cdde9e042562c7015cf81bff.tar.gz www-2920074caf9ea893cdde9e042562c7015cf81bff.tar.bz2 www-2920074caf9ea893cdde9e042562c7015cf81bff.tar.xz www-2920074caf9ea893cdde9e042562c7015cf81bff.zip |
fix english sentence 'from from'
reported on irc
Diffstat (limited to 'en')
-rwxr-xr-x | en/5/download_index.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/en/5/download_index.php b/en/5/download_index.php index b5a18f76d..e29630bf4 100755 --- a/en/5/download_index.php +++ b/en/5/download_index.php @@ -211,7 +211,7 @@ input[type="radio"], input[type="submit"] { _g('If you are happy with the Mageia experience, you can then install it onto your hard drive from the Live media.', null, 'p');?> <p><?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 the prior Mageia release!'); ?></span> <?php _g('Use a classical installation and see <a href="%s" hreflang="en">upgrade guide</a>.', array($upgradeguide));?> </p> @@ -273,12 +273,10 @@ input[type="radio"], input[type="submit"] { <div id="gnomeEx"> <?php _g('GNOME Desktop',null,'h3');?> <?php get_image('GNOME', '/g/4/gnome.png', 'width: 100%');?> - <!--<a href="/g/4/gnome.png"><img style="width: 100%;" src="/g/4/gnome.png" title="GNOME" alt="GNOME"></a>--> </div> <div id="kdeEx"> <?php _g('KDE Desktop',null,'h3');?> <?php get_image('KDE', '/g/4/kde.png', 'width: 100%');?> - <!--<a href="/g/4/kde.png"><img style="width: 100%;" src="/g/4/kde.png" title="KDE" alt="KDE"></a>--> </div> <div class="radiobutton"> |