Locatizations.
[wolnelektury.git] / src / catalogue / templates / catalogue / snippets / custom_pdf_link_li.html
index fb381ed..ce8adaa 100644 (file)
@@ -1,4 +1,4 @@
 {% load i18n %}
 {% if not NO_CUSTOM_PDF %}
-  <a href="{% url 'custom_pdf_form' book.slug %}">{% trans "Download a custom PDF" %}</a>
+  <a href="{% url 'custom_pdf_form' book.slug %}">{% trans "Stwórz własny PDF" %}</a>
 {% endif %}