summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc Tamlyn <marc.tamlyn@gmail.com>2013-05-23 02:12:57 -0700
committerMarc Tamlyn <marc.tamlyn@gmail.com>2013-05-23 02:12:57 -0700
commit01769823f13df6e922faf63a2ac07293dc54b176 (patch)
tree1b922608c5a6b509f8f933016a4f7eb8f2b98f1f /docs
parent8133ee6cb4c3e9fee613ee772197dc77cdc78cd1 (diff)
parent6845dc7e8f6e4f5422e9381f5e045e1a521a76b4 (diff)
Merge pull request #1201 from takis/docs_typo
Fixed comments for translators example in the i18n documentation
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 #}