From 1971784d70a353e30e5241e92d87328294b9520d Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 11 May 2010 11:41:39 +0200 Subject: [PATCH] book_detail.html typo --- wolnelektury/templates/catalogue/book_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 414012fe5..03b46bc7b 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -34,10 +34,10 @@ {% trans "Download PDF" %} {% endif %} {% if book.odt_file %} - {% trans "Download ODT %} + {% trans "Download ODT" %} {% endif %} {% if book.txt_file %} - {% trans "Download TXT %} + {% trans "Download TXT" %} {% endif %} {% if book.mp3_file %}
-- 2.20.1