fix in librarian
[wolnelektury.git] / apps / catalogue / templates / catalogue / book_info.html
index a90ccdc..e245335 100755 (executable)
@@ -17,7 +17,7 @@
 </p>
 
 {% if book.extra_info.source_name %}
-  <p>{% trans "Text prepared based on:" %} {{ book.extra_info.source_name }}</p>
+  <p>{% trans "Resource prepared based on:" %} {{ book.extra_info.source_name }}</p>
 {% endif %}
 
 {% if book.extra_info.description %}
 {% endif %}
 
 {% if book.extra_info.editor or book.extra_info.technical_editor %}
-  <p>{% trans "Edited and annotated by:" %}
+  <p>{% if is_picture %}
+        {% trans "Edited by:" %}
+    {% else %}
+        {% trans "Edited and annotated by:" %}
+    {% endif %}
       {% all_editors book.extra_info %}.</p>
 {% endif %}