1
0
mirror of https://github.com/django/django.git synced 2025-10-26 07:06:08 +00:00

Merge pull request #1201 from takis/docs_typo

Fixed comments for translators example in the i18n documentation
This commit is contained in:
Marc Tamlyn
2013-05-23 02:12:57 -07:00

View File

@@ -698,7 +698,7 @@ or with the ``{#`` ... ``#}`` :ref:`one-line comment constructs <template-commen
.. code-block:: html+django
{# Translators: Label of a button that triggers search{% endcomment #}
{# Translators: Label of a button that triggers search #}
<button type="submit">{% trans "Go" %}</button>
{# Translators: This is a text of the base template #}