diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2015-05-03 23:43:47 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2015-05-03 23:43:47 +0200 |
commit | 1b3c0d6a7a91dea0ead68519b2e5a91f2720de5a (patch) | |
tree | 2a4913692cb2393f5533d7e78dec94b31debc73d /en/5 | |
parent | 4de0f131ccdb4936f03e171480fa9043688b721e (diff) | |
download | www-1b3c0d6a7a91dea0ead68519b2e5a91f2720de5a.tar www-1b3c0d6a7a91dea0ead68519b2e5a91f2720de5a.tar.gz www-1b3c0d6a7a91dea0ead68519b2e5a91f2720de5a.tar.bz2 www-1b3c0d6a7a91dea0ead68519b2e5a91f2720de5a.tar.xz www-1b3c0d6a7a91dea0ead68519b2e5a91f2720de5a.zip |
Use a better sentence for the errata as suggested Papoteur
Diffstat (limited to 'en/5')
-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 36ae62477..30fcb4b8d 100755 --- a/en/5/download_index.php +++ b/en/5/download_index.php @@ -494,7 +494,7 @@ input[type="radio"], input[type="submit"] { <div class="para" style="padding-left: 1em;"> <ul class="hl"> <li><a href=<?php echo sprintf('"%s">',$releasenotes); _g('Release notes')?></a></li> - <li><a href=<?php echo sprintf('"%s">',$errata); _g('Errata')?></a></li> + <li><a href=<?php echo sprintf('"%s">',$errata); _g('More about known issues or limitation in installation and usage')?></a></li> <?php /* _g('<a href="%s">Which to choose</a>', array(_r('https://wiki.mageia.org/en/Installation_Media')),'li')?></li> <?php _g('<a href="%s">Get ISO on USB flash drive</a>', array(_r('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_drive.3F')),'li') */?> <li><?php _g('Newcomer? <a href="%s">Here\'s a wiki page for you.</a>', array(_r('https://wiki.mageia.org/en/Newcomers_start_here')))?></li> |