diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-01-20 09:08:18 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-01-20 13:19:04 +0100 |
commit | fb916278132a481a2fdd0bd8450a2bf7066d5581 (patch) | |
tree | 5f690d5b63b4462d1734e2b9b4c9f9b1ad24b8ad | |
parent | 1479a6aead82592c081decd851f56ae5d2ec0a56 (diff) |
Mute L10n for 'text/plain' mime type
Change-Id: I9ab85205b199706d630e74b578ebbcec69a3170b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/87068
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/guide/convertfilters.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/shared/guide/convertfilters.xhp b/source/text/shared/guide/convertfilters.xhp index 4d9de9c4ea..50812954b0 100644 --- a/source/text/shared/guide/convertfilters.xhp +++ b/source/text/shared/guide/convertfilters.xhp @@ -500,7 +500,7 @@ <paragraph role="paragraph" id="par_writer123">Text</paragraph> </tablecell> <tablecell> - <paragraph role="paragraph" id="par_writer124">text/plain</paragraph> + <paragraph role="paragraph" id="par_writer124" localize="false">text/plain</paragraph> </tablecell> <tablecell> <paragraph role="paragraph" id="par_writer125" localize="false">csv tsv tab txt</paragraph> @@ -511,7 +511,7 @@ <paragraph role="paragraph" id="par_writer126">Text</paragraph> </tablecell> <tablecell> - <paragraph role="paragraph" id="par_writer127">text/plain</paragraph> + <paragraph role="paragraph" id="par_writer127" localize="false">text/plain</paragraph> </tablecell> <tablecell> <paragraph role="paragraph" id="par_writer128" localize="false">csv tsv tab txt</paragraph> @@ -522,7 +522,7 @@ <paragraph role="paragraph" id="par_writer129">Text</paragraph> </tablecell> <tablecell> - <paragraph role="paragraph" id="par_writer130">text/plain</paragraph> + <paragraph role="paragraph" id="par_writer130" localize="false">text/plain</paragraph> </tablecell> <tablecell> <paragraph role="paragraph" id="par_writer131" localize="false">csv tsv tab txt</paragraph> @@ -1157,7 +1157,7 @@ <paragraph role="paragraph" id="par_calc117">Text</paragraph> </tablecell> <tablecell> - <paragraph role="paragraph" id="par_calc118">text/plain</paragraph> + <paragraph role="paragraph" id="par_calc118" localize="false">text/plain</paragraph> </tablecell> <tablecell> <paragraph role="paragraph" id="par_calc119" localize="false">csv tsv tab txt</paragraph> |