[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tpo/staging] i18lize download buttons
commit 4ecdf99e1e16d81aa0e678df50aae263f93b051c
Author: emma peel <emma.peel@xxxxxxxxxx>
Date: Wed Apr 24 15:01:19 2019 +0200
i18lize download buttons
---
templates/download-tor.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/download-tor.html b/templates/download-tor.html
index 7d759ea..607b22d 100644
--- a/templates/download-tor.html
+++ b/templates/download-tor.html
@@ -21,11 +21,11 @@
{% set alpha_sig_link = alpha_download_link + '.asc' %}
<tr>
<td>{{ t.version }}</td>
- <td class="text-right"><a href="{{ download_link }}">Download</a> (<a href="{{ sig_link }}">sig</a>)</td>
+ <td class="text-right"><a href="{{ download_link }}">{ _('Download') }</a> (<a href="{{ sig_link }}">{ _('sig') }</a>)</td>
</tr>
<tr>
<td>{{ a.version }}</td>
- <td class="text-right"><a href="{{ alpha_download_link }}">Download</a> (<a href="{{ alpha_sig_link }}">sig</a>)</td>
+ <td class="text-right"><a href="{{ alpha_download_link }}">{ _('Download') }</a> (<a href="{{ alpha_sig_link }}">{ _('sig') }</a>)</td>
</tr>
</tbody>
</table>
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits