diff options
| author | Tim Graham <timgraham@google.com> | 2013-02-26 15:12:28 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-02-26 15:14:17 -0500 |
| commit | 67f3a6e9cfe98b9376f90fc1b6f980570f3bcaa9 (patch) | |
| tree | cf13df8feda6b71132ef96d833b20ecec4f4844c /docs | |
| parent | b170c077ccd86280715dbc57cf2cac9a2327ff4b (diff) | |
[1.5.x] Fixed #19922 - Typo in translation docs.
Thanks amoebob for the report.
Backport of 9ce1b6191b from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/translation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index 3923a585f7..9b21e17612 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -663,7 +663,7 @@ or with the ``{#`` ... ``#}`` :ref:`one-line comment constructs <template-commen <button type="submit">{% trans "Go" %}</button> {# 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: |
