diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-10-23 17:32:18 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-10-25 09:56:20 +0100 |
commit | 70eb16ed8781264ac883bc799459ada9545103c7 (patch) | |
tree | ccd508f1d43e4e8549ca3cf70a4013d6310148dd /extras | |
parent | bb23417ce4d5e757f497c07ddc24f87d91f60310 (diff) |
Fix typo
It passed "make check" on Linux
Change-Id: I52796ff1e64a125d84e83261d0193e9f37e76a15
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104738
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/templates/draw/bpmn/content.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/source/templates/draw/bpmn/content.xml b/extras/source/templates/draw/bpmn/content.xml index 5bff85ecd219..7cf9fd2141ca 100644 --- a/extras/source/templates/draw/bpmn/content.xml +++ b/extras/source/templates/draw/bpmn/content.xml @@ -846,7 +846,7 @@ <draw:frame draw:style-name="gr10" draw:text-style-name="P10" draw:layer="layout" svg:width="6.783cm" svg:height="2.188cm" svg:x="5.97cm" svg:y="10.75cm"> <draw:text-box> <text:p> - <text:span text:style-name="T4">Direct formating </text:span> + <text:span text:style-name="T4">Direct formatting </text:span> <text:span text:style-name="T5">BPMN gallery items use 11px font size to fit well in writer and draw. Bold borders have 0,10 mm line width.</text:span> </text:p> </draw:text-box> @@ -923,7 +923,7 @@ <draw:text-box> <text:p> <text:span text:style-name="T4">BPMN gallery </text:span> - <text:span text:style-name="T5">gallery items store the styles as direct formating style, so when you move an gallery item into the page click Format → Clear Direct Formating and the gallery items use the defined styles. </text:span> + <text:span text:style-name="T5">gallery items store the styles as direct formatting style, so when you move an gallery item into the page click Format → Clear Direct Formatting and the gallery items use the defined styles. </text:span> </text:p> </draw:text-box> </draw:frame> |