From d3b0a55dd9fea8868b3c4276f9e7cbde56239a92 Mon Sep 17 00:00:00 2001 From: czaks Date: Sun, 11 Aug 2013 17:52:35 -0400 Subject: [PATCH] noko50: small fixes in template --- templates/post_thread.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/post_thread.html b/templates/post_thread.html index d617e1d7..60218acb 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -121,14 +121,14 @@ {% endif %} {% endif %} {% if index %} - [{% trans %}View{% endtrans %}] + [{% trans %}Reply{% endtrans %}] {% endif %} {% if isnoko50 %} [{% trans %}View All{% endtrans %}] {% endif %} {% if hasnoko50 and not isnoko50 %} {% set lastcount = config.noko50_count %} - [{% trans %}Last {{ lastcount }} Posts{% endtrans %}] + [{% trans %}Last 1 Post{% plural lastcount %}Last {{ count }} Posts{% endtrans %}] {% endif %} {{ post.postControls }}

@@ -153,7 +153,7 @@ {% plural post.omitted_images %} {{ count }} image replies {% endtrans %} - {% endif %} {% trans %}omitted. Click View to see all.{% endtrans %} + {% endif %} {% trans %}omitted. Click reply to view.{% endtrans %} {% endif %} {% if not index %}