aboutsummaryrefslogtreecommitdiffstats
path: root/en/5
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2014-06-12 08:26:08 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2014-06-12 08:26:08 +0000
commit9d4148bb9499c16b8d7eff9233af1c1d33046e08 (patch)
treefe052e14d79623dfec7c378a386551e8200e3bdf /en/5
parentb4f9104679de1d4d80b727e1c1ec212c401db60b (diff)
downloadwww-9d4148bb9499c16b8d7eff9233af1c1d33046e08.tar
www-9d4148bb9499c16b8d7eff9233af1c1d33046e08.tar.gz
www-9d4148bb9499c16b8d7eff9233af1c1d33046e08.tar.bz2
www-9d4148bb9499c16b8d7eff9233af1c1d33046e08.tar.xz
www-9d4148bb9499c16b8d7eff9233af1c1d33046e08.zip
fix missing string for i18n and css
Diffstat (limited to 'en/5')
-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>