From 6ce172931557c6c3b5a3f3eefd9d3e10c9c03d05 Mon Sep 17 00:00:00 2001
From: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Date: Tue, 31 Jan 2012 17:06:46 +0100
Subject: [PATCH] template fix

---
 wolnelektury/templates/catalogue/book_text.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wolnelektury/templates/catalogue/book_text.html b/wolnelektury/templates/catalogue/book_text.html
index 1eaa2c967..b1b5d7f56 100644
--- a/wolnelektury/templates/catalogue/book_text.html
+++ b/wolnelektury/templates/catalogue/book_text.html
@@ -43,7 +43,7 @@
             {% if  book.txt_file %}
             <li><a href="{{ book.txt_file.url}}">TXT</a> do zadań specjalnych</li>
             {% endif %}
-            <li><a href="{% url custom_pdf_form %}?slug={{ book.slug }}">PDF?</a></li>
+            <li><a href="{% url custom_pdf_form %}?slug={{ book.slug }}">{% trans "Download a custom PDF" %}</a></li>
             </ul>
         </div>
         <div id="header">
-- 
2.20.1