summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPanagiotis H.M. Issaris <issarisc@gmail.com>2013-05-23 10:19:10 +0200
committerPanagiotis H.M. Issaris <issarisc@gmail.com>2013-05-23 10:19:10 +0200
commit6845dc7e8f6e4f5422e9381f5e045e1a521a76b4 (patch)
tree1b922608c5a6b509f8f933016a4f7eb8f2b98f1f /docs
parent8133ee6cb4c3e9fee613ee772197dc77cdc78cd1 (diff)
Fixed comments for translators example in the i18n documentation
The documentation regarding adding a comment for translators was confusing as the example contained mismatching tags.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/i18n/translation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index 433d40b0bb..ce6697908f 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -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 #}