From 6845dc7e8f6e4f5422e9381f5e045e1a521a76b4 Mon Sep 17 00:00:00 2001
From: "Panagiotis H.M. Issaris" <issarisc@gmail.com>
Date: Thu, 23 May 2013 10:19:10 +0200
Subject: [PATCH] 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.
---
 docs/topics/i18n/translation.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 #}