From 9ce1b6191b374421ed42a84ae5d4585f1d33f1fc Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 26 Feb 2013 15:12:28 -0500 Subject: [PATCH] Fixed #19922 - Typo in translation docs. Thanks amoebob for the report. --- 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 3c53b2b70e..811425d229 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -691,7 +691,7 @@ or with the ``{#`` ... ``#}`` :ref:`one-line comment constructs {% trans "Go" %} {# 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: