diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-03-12 11:37:48 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-03-12 11:41:32 -0600 |
commit | cd70c38c6fae4d4ccdf861a923ac2be944944808 (patch) | |
tree | 1aa7b40b7269cbb2fd2722933ac422cdafc17659 | |
parent | 42797a6bc9f90ab9bfa4818bc1344f52125d2afa (diff) |
Remove line breaks from translatable string 🤦♂️
Problem reported by Steen Rønnow at Weblate.
Change-Id: I7f0dd381e36d0349d83d2db3f774a8cc86487a2d
-rw-r--r-- | source/text/swriter/01/legacynumbering.xhp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source/text/swriter/01/legacynumbering.xhp b/source/text/swriter/01/legacynumbering.xhp index 642b31e687..2afe355faf 100644 --- a/source/text/swriter/01/legacynumbering.xhp +++ b/source/text/swriter/01/legacynumbering.xhp @@ -49,9 +49,7 @@ <switch select="appl"> <case select="WRITER"> <paragraph role="heading" id="hd_id3156194" xml-lang="en-US" level="3">Minimum space between numbering and text.</paragraph> - <paragraph role="paragraph" id="par_id3147574" xml-lang="en-US"><ahelp hid="modules/swriter/ui/outlinepositionpage/numdistmf">The alignment of the numbering symbol is adjusted to get the desired -minimum space. If it is not possible because the numbering area is not wide -enough, then the start of the text is adjusted.</ahelp></paragraph> + <paragraph role="paragraph" id="par_id3147574" xml-lang="en-US"><ahelp hid="modules/swriter/ui/outlinepositionpage/numdistmf">The alignment of the numbering symbol is adjusted to get the desired minimum space. If it is not possible because the numbering area is not wide enough, then the start of the text is adjusted.</ahelp></paragraph> </case> </switch> <embed href="text/shared/01/06050600.xhp#hd_id3155583"/><comment>provides heading "Number Alignment</comment> @@ -68,4 +66,4 @@ enough, then the start of the text is adjusted.</ahelp></paragraph> <paragraph role="paragraph" id="par_id3194378" xml-lang="en-US"><link href="text/swriter/guide/indenting.xhp" name="Paragraph indenting">Indenting Paragraphs</link></paragraph> </section> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |