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:13:27 +0100 |
| commit | 958b511a80c01ac010561c8fefe4548203700fa3 (patch) | |
| tree | fa91e271f67a5cacb2728f47fde9adfdff4794b5 /docs/topics | |
| parent | c8823cf481a29e23fe3b9a4ce9f45f6d0b58ea9b (diff) | |
Fixed #22262 -- Added the correct line in the last example of Translator lines
Diffstat (limited to 'docs/topics')
| -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 47772300c6..a54fe118be 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -776,7 +776,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 "" |
