aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/dl.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-11-23 12:24:54 +0000
committerRomain d'Alverny <rda@mageia.org>2011-11-23 12:24:54 +0000
commitcd8f4fbe68624c0b1d480a2e2592bfd85ee0102a (patch)
tree445fbc00593b6f44585cabe08eb2df403e980b60 /en/downloads/dl.php
parent1159cdaa5e6cd4946b61a1d77553943865667fdf (diff)
downloadwww-cd8f4fbe68624c0b1d480a2e2592bfd85ee0102a.tar
www-cd8f4fbe68624c0b1d480a2e2592bfd85ee0102a.tar.gz
www-cd8f4fbe68624c0b1d480a2e2592bfd85ee0102a.tar.bz2
www-cd8f4fbe68624c0b1d480a2e2592bfd85ee0102a.tar.xz
www-cd8f4fbe68624c0b1d480a2e2592bfd85ee0102a.zip
localized table header labels
Diffstat (limited to 'en/downloads/dl.php')
-rw-r--r--en/downloads/dl.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/en/downloads/dl.php b/en/downloads/dl.php
index dde36197c..96ace397e 100644
--- a/en/downloads/dl.php
+++ b/en/downloads/dl.php
@@ -135,7 +135,9 @@ $dl2_mirror_alt = sprintf($_t['dl_mirror_loc'],
<?php endif; ?>
</div>
<table class="dlt2 dlinfo" id="other_mirrors" style="display: none;">
- <thead><tr><th>Country</th><th>City</th><th>Download mirrors</th></tr></thead>
+ <thead><tr><th><?php echo $_t['Country']; ?></th>
+ <th><?php echo $_t['City']; ?></th>
+ <th><?php echo $_t['Download mirrors']; ?></th></tr></thead>
<tbody><?php echo $dl_alt_mirrors_table; ?></tbody>
</table>