diff options
author | filip <filip.komar@gmail.com> | 2016-07-01 19:51:01 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-07-01 19:51:01 +0200 |
commit | d68d865a404b355790fc7bfd4645ad49bd1f8b3d (patch) | |
tree | 73ade4fedda40b4ca37a31b03db43326c9620eba /en/6 | |
parent | 41598035befe67e30f05f3978925431e29eb2041 (diff) | |
download | www-d68d865a404b355790fc7bfd4645ad49bd1f8b3d.tar www-d68d865a404b355790fc7bfd4645ad49bd1f8b3d.tar.gz www-d68d865a404b355790fc7bfd4645ad49bd1f8b3d.tar.bz2 www-d68d865a404b355790fc7bfd4645ad49bd1f8b3d.tar.xz www-d68d865a404b355790fc7bfd4645ad49bd1f8b3d.zip |
KDE4 -> PLASMA 5
Diffstat (limited to 'en/6')
-rwxr-xr-x | en/6/download_index.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/en/6/download_index.php b/en/6/download_index.php index bd0a76504..0b50e6d6a 100755 --- a/en/6/download_index.php +++ b/en/6/download_index.php @@ -203,7 +203,7 @@ input[type="radio"], input[type="submit"] { <div id="liveEx"> <?php _g('LiveDVDs',null,'h3');?> - <?php _g('Live ISO\'s let you try %s without installation. You can run Mageia directly from a DVD or USB device, and try it using one of the graphical user interfaces such as GNOME or KDE.', array("$name $version"), 'p'); + <?php _g('Live ISO\'s let you try %s without installation. You can run Mageia directly from a DVD or USB device, and try it using one of the graphical user interfaces such as GNOME or PLASMA.', array("$name $version"), 'p'); _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 LiveDVDs for fresh new installs ONLY.');?> @@ -262,13 +262,13 @@ input[type="radio"], input[type="submit"] { <?php get_image('GNOME', '/g/5/gnome.png', 'width: 100%');?> </div> <div id="kdeEx"> - <?php _g('KDE Desktop',null,'h3');?> - <?php get_image('KDE', '/g/5/kde.png', 'width: 100%');?> + <?php _g('PLASMA Desktop',null,'h3');?> + <?php get_image('PLASMA', '/g/5/kde.png', 'width: 100%');?> </div> <div class="radiobutton"> <input type="radio" id="kde" value="PLASMA5" name="desktop" /> - <label for="kde" class="ui-button kde"><?php _g('KDE Desktop')?></label> + <label for="kde" class="ui-button kde"><?php _g('PLASMA Desktop')?></label> <input type="radio" id="gnome" value="GNOME" name="desktop" /> <label for="gnome" class="ui-button gnome"><?php _g('GNOME Desktop')?></label> </div> @@ -377,7 +377,7 @@ input[type="radio"], input[type="submit"] { </thead> <tbody> <tr> - <th class="name" style="width:60%">LiveDVD KDE</th> + <th class="name" style="width:60%">LiveDVD PLASMA</th> <td> <?php dl_link($name,$version,$release,'LiveDVD-PLASMA5','i586','DVD',false); echo '<br>'; |