[1.5.x] Fixed #19922 - Typo in translation docs.

Thanks amoebob for the report.

Backport of 9ce1b6191b from master
This commit is contained in:
Tim Graham 2013-02-26 15:12:28 -05:00 committed by Tim Graham
parent b170c077cc
commit 67f3a6e9cf
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ or with the ``{#`` ... ``#}`` :ref:`one-line comment constructs <template-commen
<button type="submit">{% trans "Go" %}</button>
{# Translators: This is a text of the base template #}
{% blocktrans %}Ambiguous translatable block of text{% endtransblock %}
{% blocktrans %}Ambiguous translatable block of text{% endblocktrans %}
.. note:: Just for completeness, these are the corresponding fragments of the
resulting ``.po`` file: