diff --git a/docs/i18n.txt b/docs/i18n.txt index da6983dd59..e12900c2f9 100644 --- a/docs/i18n.txt +++ b/docs/i18n.txt @@ -235,7 +235,7 @@ To pluralize, specify both the singular and plural forms with the ``{% plural %}`` tag, which appears within ``{% blocktrans %}`` and ``{% endblocktrans %}``. Example:: - {% blocktrans count list|counted as counter %} + {% blocktrans count list|count as counter %} There is only one {{ name }} object. {% plural %} There are {{ counter }} {{ name }} objects.