diff options
| author | shivam sharma <shivams906@gmail.com> | 2020-10-13 11:30:44 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-10-13 08:32:56 +0200 |
| commit | b7d58dd5df8917bb2168b8ead5d5eecee4af48db (patch) | |
| tree | 1996ac8befe176116b84292781d420184d127820 | |
| parent | 4047c1602ce5f0b569ae763aa533c5de78cfc0a9 (diff) | |
[3.1.x] Fixed typo in docs/topics/i18n/translation.txt.
Backport of c9f12f149f4c42aa34b3cbea17e964dfbf942cfb from master
| -rw-r--r-- | docs/topics/i18n/translation.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index 885df9d054..df1274c436 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -743,8 +743,8 @@ For instance, the following ``{% blocktranslate %}`` tag:: {% endblocktranslate %} will result in the entry ``"First sentence. Second paragraph."`` in the PO file, -compared to ``"\n First sentence.\n Second sentence.\n"``, if the ``trimmed`` -option had not been specified. +compared to ``"\n First sentence.\n Second paragraph.\n"``, if the +``trimmed`` option had not been specified. .. versionchanged:: 3.1 |
