summaryrefslogtreecommitdiffstats
path: root/templates/pagesize.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pagesize.html')
-rw-r--r--templates/pagesize.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pagesize.html b/templates/pagesize.html
index e5e17a24..90003749 100644
--- a/templates/pagesize.html
+++ b/templates/pagesize.html
@@ -2,7 +2,7 @@
{% 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 %}