Skip to content

Commit

Permalink
Use pluralize for is/are
Browse files Browse the repository at this point in the history
  • Loading branch information
darkpixel committed Sep 1, 2012
1 parent 0a5471c commit cca5367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -200,7 +200,7 @@ If you also want to show how many people are looking at the same page::
{% visitors_on_page as same_page %}
<p>
{{ same_page }} of {{ visitors }} active user{{ visitors|pluralize }}
{% ifequal same_page 1 %}is{% else %}are{% endifequal %} reading this page
{{ same_page|pluralize:"is,are" }} reading this page
</p>

If you don't want particular areas of your site to be tracked, you may define a
Expand Down

0 comments on commit cca5367

Please sign in to comment.