diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-06-03 20:04:14 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-06-04 11:14:42 +0200 |
commit | 02043ac2c6e34f4ae96abe2bdc5737e35bc01e9e (patch) | |
tree | bd4a6ef545984bd2f6f739c859cc159a4a028898 /source | |
parent | cfdb19246c3675fa8672cd07dfb577949768771e (diff) |
Fix typo in AutoCorrect help page
Currently the help page uses "Clear" for a checkbox option. However, "Uncheck" is more suitable here.
Change-Id: If4a54e61ba96e5d9b4d76d175b165cb9a0cdbcbf
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135374
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/swriter/guide/word_completion.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/swriter/guide/word_completion.xhp b/source/text/swriter/guide/word_completion.xhp index 6d702541b6..a1fb694dc5 100644 --- a/source/text/swriter/guide/word_completion.xhp +++ b/source/text/swriter/guide/word_completion.xhp @@ -58,7 +58,7 @@ <paragraph xml-lang="en-US" id="par_idN107A5" role="listitem"> Choose <item type="menuitem">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>.</paragraph> </listitem> <listitem> - <paragraph xml-lang="en-US" id="par_idN107AD" role="listitem"> Clear <emph>Enable word completion</emph> . </paragraph> + <paragraph xml-lang="en-US" id="par_idN107AD" role="listitem"> Uncheck <emph>Enable word completion</emph>.</paragraph> </listitem> </list> <section id="relatedtopics"> |