Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pootle/apps/import_export/templates/browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</a>
{% else %}
<a href="{% url 'pootle-export' %}?path={{ pootle_path }}"
title="{% trans 'Download translation files for backup' %}">
<i class="icon-download"></i> <span>{% trans 'Download for backup' %}</span>
title="{% trans 'Download a backup of the translation files' %}">
<i class="icon-download"></i> <span>{% trans 'Download a backup' %}</span>
</a>
{% endif %}
</p>
Expand Down Expand Up @@ -51,7 +51,7 @@
<div class="sidebar-group">
<p class="sidebar-action">
<a href="{% url 'pootle-offline-tm-tp' language.code project.code %}"
title="{% trans 'Download offline TM for the translation project' %}">
title="{% trans 'Download strings from translation memory matching those of the the translated project' %}">
<i class="icon-download"></i> <span>{% trans 'Download offline TM' %}</span>
</a>
</p>
Expand Down