diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-20 18:51:58 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-24 20:45:15 +0200 |
commit | 35a0244b536543f2f4a7bb0b1350e6b3caa295dd (patch) | |
tree | 4bef2d08be0b313228fc970b0f68b481974ff672 /source | |
parent | 699c98413f9a1327cae659656478fc44321c6458 (diff) |
Fix list formatting in QR code page
Change-Id: Icf81d65d1d6ce5850112f76e10430459620a8b65
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96782
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/guide/qrcode.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/shared/guide/qrcode.xhp b/source/text/shared/guide/qrcode.xhp index f43ea9209e..32c22fbfba 100644 --- a/source/text/shared/guide/qrcode.xhp +++ b/source/text/shared/guide/qrcode.xhp @@ -35,21 +35,21 @@ <h2 id="hd_id701566317347416">Error correction</h2> <paragraph role="paragraph" id="par_id281566317365617">The error correction value for the QR Code that is to be created. The error correction of a QR code is a measure that helps a QR code to recover if it is damaged.</paragraph> <paragraph role="paragraph" id="par_id781566317374864">There are four standard error correction values.</paragraph> + <bookmark id="bm_id97156631573" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_low" localize="false"/> + <bookmark id="bm_id97156631574" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_medium" localize="false"/> + <bookmark id="bm_id97156631575" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_quartile" localize="false"/> + <bookmark id="bm_id97156631576" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_high" localize="false"/> <list type="unordered"> <listitem> - <bookmark id="bm_id97156631573" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_low" localize="false"/> <paragraph id="par_id271566316757549" role="listitem"><emph>Low</emph>: <ahelp hid=".">7% of codewords can be restored.</ahelp></paragraph> </listitem> <listitem> - <bookmark id="bm_id97156631574" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_medium" localize="false"/> <paragraph id="par_id751566316834436" role="listitem"><emph>Medium</emph>: <ahelp hid=".">15% of codewords can be restored.</ahelp></paragraph> </listitem> <listitem> - <bookmark id="bm_id97156631575" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_quartile" localize="false"/> <paragraph id="par_id481566316843503" role="listitem"><emph>Quartile</emph>: <ahelp hid=".">25% of codewords can be restored.</ahelp></paragraph> </listitem> <listitem> - <bookmark id="bm_id97156631576" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_high" localize="false"/> <paragraph id="par_id641566316849901" role="listitem"><emph>High</emph>: <ahelp hid=".">30% of codewords can be restored.</ahelp></paragraph> </listitem> </list> |