summaryrefslogtreecommitdiffstats
path: root/templates/pagesize.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pagesize.html')
-rw-r--r--templates/pagesize.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/pagesize.html b/templates/pagesize.html
index e5e17a24..5037f1f6 100644
--- a/templates/pagesize.html
+++ b/templates/pagesize.html
@@ -1,8 +1,9 @@
+<!-- template pagesize.html -->
{% spaceless %}
{% load i18n %}
{% if is_paginated %}
<div class="paginator">
- <span class="text">{% trans "Size per page:" %}</span>
+ <span class="text">{% trans "posts per page" %}</span>
{% ifequal pagesize 10 %}
<span class="curr">10</span>
{% else %}
@@ -23,3 +24,4 @@
</div>
{% endif %}
{% endspaceless %}
+<!-- end template pagesize.html -->