diff options
Diffstat (limited to 'en/5')
-rw-r--r-- | 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 65f91af8c..f68519cf6 100644 --- a/en/5/download_index.php +++ b/en/5/download_index.php @@ -283,7 +283,7 @@ input[type="radio"], input[type="submit"] { <?php if($torrentavailable){ ?> <?php _g('BitTorrent',null,'h3'); _g('We recommend you to use <a href=%s>BitTorrent</a> for downloading as it usually give a higher speeds and more reliable download of large files.',array(_r('http://en.wikipedia.org/wiki/BitTorrent')),'p' . ($rtl ? ' style="text-align: right;"' : ''));?> -<?php } else { echo _g('BitTorrent link are not yet available.',null, 'p style="margin-top:1.5em;" class="warn"' . ($rtl ? ' style="text-align: right;"' : '')); } ?> +<?php } else { echo _g('BitTorrent links are not yet available.',null, 'p style="margin-top:1.5em;" class="warn"' . ($rtl ? ' style="text-align: right;"' : '')); } ?> </div> <div class="radiobutton"> |