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, 1 insertions, 3 deletions
diff --git a/templates/pagesize.html b/templates/pagesize.html
index 5037f1f6..e5e17a24 100644
--- a/templates/pagesize.html
+++ b/templates/pagesize.html
@@ -1,9 +1,8 @@
-<!-- template pagesize.html -->
{% spaceless %}
{% load i18n %}
{% if is_paginated %}
<div class="paginator">
- <span class="text">{% trans "posts per page" %}</span>
+ <span class="text">{% trans "Size per page:" %}</span>
{% ifequal pagesize 10 %}
<span class="curr">10</span>
{% else %}
@@ -24,4 +23,3 @@
</div>
{% endif %}
{% endspaceless %}
-<!-- end template pagesize.html -->