[damned-lies] Fixed typo in vertimus detail page



commit 6c3774a10254b1a4387fa0d3b2841017a238d13d
Author: Tom Tryfonidis <tomtryf gmail com>
Date:   Sun Aug 10 21:28:06 2014 +0300

    Fixed typo in vertimus detail page

 templates/vertimus/vertimus_detail.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/templates/vertimus/vertimus_detail.html b/templates/vertimus/vertimus_detail.html
index 19941e5..8960200 100644
--- a/templates/vertimus/vertimus_detail.html
+++ b/templates/vertimus/vertimus_detail.html
@@ -68,7 +68,7 @@ $(document).ready(function() {
 {% endif %}
 
 <div id="vertimus_stats">
-<div><em><a class="icon_button" href="{{ pot_stats.pot_url }}" title="{% trans "Download PO file" %}">
+<div><em><a class="icon_button" href="{{ pot_stats.pot_url }}" title="{% trans "Download POT file" %}">
       <img src="{{ STATIC_URL }}img/download.png" alt="{% trans "Download POT file" %}" /></a>
     {{ pot_stats.pot_text }}
   </em></div>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]