add contrib locale to make-locale-pack, various bugfixes
[wolnelektury.git] / wolnelektury / templates / catalogue / book_text.html
index a6aa19e..62b7511 100644 (file)
@@ -41,7 +41,7 @@
             <li><a href="{{ book.mobi_file.url}}">MOBI</a> {% trans "for Kindle" %}</li>
             {% endif %}
             {% if  book.txt_file %}
-            <li><a href="{{ book.txt_file.url}}">TXT</a> {% trans "for advanced usege" %}</li>
+            <li><a href="{{ book.txt_file.url}}">TXT</a> {% trans "for advanced usage" %}</li>
             {% endif %}
             <li><a href="{% url custom_pdf_form %}?slug={{ book.slug }}">{% trans "Download a custom PDF" %}</a></li>
             </ul>