diff options
| author | Dejan Noveski <dr.mote@gmail.com> | 2014-03-13 14:08:11 +0100 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2014-03-13 14:15:48 +0100 |
| commit | b86ff4ee82b1dddea7179d72ee3368cb8962cbc6 (patch) | |
| tree | 22e86c518732d78424b4c31e11335c654ca1fcd6 /docs | |
| parent | c888bee8363be84963b0b401279d418d27f6f2b3 (diff) | |
[1.5.x] Fixed #22262 -- Added the correct line in the last example of Translator lines
Backport of 958b511a80c01ac010561c8fefe4548203700fa3 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 106b8c5720..ce4b115c50 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -708,7 +708,7 @@ or with the ``{#`` ... ``#}`` :ref:`one-line comment constructs <template-commen msgid "Go" msgstr "" - #. Translators: + #. Translators: This is a text of the base template # path/to/template/file.html:103 msgid "Ambiguous translatable block of text" msgstr "" |
