diff options
author | Marcel Pol <marcel@timelord.nl> | 2021-07-20 11:29:08 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2021-07-25 17:22:26 +0200 |
commit | ce3a5ee1ca1c2aadacc45de640dbe586870ad8ec (patch) | |
tree | 6f4d7c82204a31861fb119f4a4a4f5134c915788 /en/downloads/prerelease/download_index.php | |
parent | 680c8b32ae115969df4b3eb57afed92a070d4722 (diff) | |
download | www-ce3a5ee1ca1c2aadacc45de640dbe586870ad8ec.tar www-ce3a5ee1ca1c2aadacc45de640dbe586870ad8ec.tar.gz www-ce3a5ee1ca1c2aadacc45de640dbe586870ad8ec.tar.bz2 www-ce3a5ee1ca1c2aadacc45de640dbe586870ad8ec.tar.xz www-ce3a5ee1ca1c2aadacc45de640dbe586870ad8ec.zip |
"bittorrent link(s) are" is plural, not single.
Diffstat (limited to 'en/downloads/prerelease/download_index.php')
-rw-r--r-- | en/downloads/prerelease/download_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/downloads/prerelease/download_index.php b/en/downloads/prerelease/download_index.php index 526fa558e..6dc0a709b 100644 --- a/en/downloads/prerelease/download_index.php +++ b/en/downloads/prerelease/download_index.php @@ -296,7 +296,7 @@ input[type="radio"], input[type="submit"], .popover-content { <?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');?> -<?php } else { echo _g('BitTorrent link are not yet available.',null, 'p style="margin-top:1.5em;" class="warn"'); } ?> +<?php } else { echo _g('BitTorrent links are not yet available.',null, 'p style="margin-top:1.5em;" class="warn"'); } ?> </div> <div class="d-sm-flex justify-content-center"> |