aboutsummaryrefslogtreecommitdiffstats
path: root/en/5/download_index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/5/download_index.php')
-rwxr-xr-xen/5/download_index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/en/5/download_index.php b/en/5/download_index.php
index c9544ada4..c62d5dc27 100755
--- a/en/5/download_index.php
+++ b/en/5/download_index.php
@@ -79,7 +79,7 @@ echo $torrent && !$torrentavailable ? sprintf(_t('forthcoming')) : sprintf('<a
text-align: center;
border-radius: 6px;
padding: .5em .4em;
- width: 200px;
+ min-width: 200px;
text-decoration: none;
color: black;
text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);
@@ -340,8 +340,8 @@ input[type="radio"], input[type="submit"] {
<div class="radiobutton">
<?php if($torrentavailable){ ?>
- <a href="#" id="torrentlink" class="ui-button torrentlink">BitTorrent</a><?php }?>
- <a href="#" id="directlink" class="ui-button directlink">Direct Link</a>
+ <a href="#" id="torrentlink" class="ui-button torrentlink"><?php _g('BitTorrent')?></a><?php }?>
+ <a href="#" id="directlink" class="ui-button directlink"><?php _g('Direct Link')?></a>
</div>
</div>