From b7d58dd5df8917bb2168b8ead5d5eecee4af48db Mon Sep 17 00:00:00 2001 From: shivam sharma Date: Tue, 13 Oct 2020 11:30:44 +0530 Subject: [PATCH] [3.1.x] Fixed typo in docs/topics/i18n/translation.txt. Backport of c9f12f149f4c42aa34b3cbea17e964dfbf942cfb from master --- docs/topics/i18n/translation.txt | 4 ++-- 1 file 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