Commit 25c3aeb0511671c7ac9daffb3965fa9219f4bb08
1 parent
2af7a951
Exists in
master
and in
39 other branches
Fixing translation mistakes
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
src/super_archives/templates/message-preview.html
src/super_archives/templates/message-thread.html
@@ -47,7 +47,7 @@ | @@ -47,7 +47,7 @@ | ||
47 | <h4><b>{% trans "Order by" %}:</b></h4> | 47 | <h4><b>{% trans "Order by" %}:</b></h4> |
48 | <ul> | 48 | <ul> |
49 | <li><a href="{% append_to_get order='voted' %}">{% trans "Votes" %}</a></li> | 49 | <li><a href="{% append_to_get order='voted' %}">{% trans "Votes" %}</a></li> |
50 | - <li><a href="{% append_to_get order='date' %}">{% trans "Data" %}</a></li> | 50 | + <li><a href="{% append_to_get order='date' %}">{% trans "Date" %}</a></li> |
51 | </ul> | 51 | </ul> |
52 | 52 | ||
53 | <hr class="space"/> | 53 | <hr class="space"/> |
@@ -56,7 +56,7 @@ | @@ -56,7 +56,7 @@ | ||
56 | 56 | ||
57 | <ul> | 57 | <ul> |
58 | <li class="quiet">{% trans "started at" %} | 58 | <li class="quiet">{% trans "started at" %} |
59 | - <h4>{{ first_msg.received_time|timesince }} {% trans "back" %}</h4> | 59 | + <h4>{{ first_msg.received_time|timesince }} {% trans "ago" %}</h4> |
60 | </li> | 60 | </li> |
61 | <li class="quiet">{% trans "viewed" %} | 61 | <li class="quiet">{% trans "viewed" %} |
62 | <h4>{{ pagehits }} {% trans "times" %}</h4> | 62 | <h4>{{ pagehits }} {% trans "times" %}</h4> |