diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-08-25 00:19:24 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-08-25 07:35:42 +0200 |
commit | f801beeaf39c7e7f018b655f28ba8c215ae14763 (patch) | |
tree | 8967a86282b994c6fdfe3c384c0c523f79bb831c /source/text/shared | |
parent | 68a9210bb429907a26f622209414e69df3d586d3 (diff) |
tdf#100480 Clarify the use of "Match case"
As requested in the bug report, this patch clarifies "Match case" when there is more than one case match.
Change-Id: I6c9c0b880948b319a6bbe98d00fdd46d58bd2586
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/120980
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source/text/shared')
-rw-r--r-- | source/text/shared/01/02100000.xhp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source/text/shared/01/02100000.xhp b/source/text/shared/01/02100000.xhp index 6ffb14464c..46acfe4aca 100644 --- a/source/text/shared/01/02100000.xhp +++ b/source/text/shared/01/02100000.xhp @@ -25,6 +25,9 @@ </meta> <body> <section id="find_and_replace"> + <bookmark xml-lang="en-US" branch="index" id="bm_id501629842533945"> + <bookmark_value>Find & Replace dialog</bookmark_value> + </bookmark> <bookmark xml-lang="en-US" branch="hid/.uno:SearchProperties" id="bm_id3160463" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:SearchDialog" id="bm_id7754440" localize="false"/> <bookmark xml-lang="en-US" branch="hid/svx/ui/findreplacedialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/> @@ -70,9 +73,11 @@ </bookmark> <paragraph xml-lang="en-US" id="par_id3154760" role="paragraph"> <variable id="exakt"> - <ahelp hid="svx/ui/findreplacedialog/matchcase">Distinguishes between uppercase and lowercase characters.</ahelp> + <ahelp hid="svx/ui/findreplacedialog/matchcase">Matches the exact character provided in the <emph>Find</emph> box without considering any alternative case matches.</ahelp> </variable> </paragraph> + <paragraph role="paragraph" id="par_id811629842746430">Disable this option to consider all possible case matches. For example, entering "a" in the <emph>Find</emph> box matches both "a" and "A".</paragraph> + <note id="par_id901629843129983">Beware that some characters may have more than one match when <emph>Match case</emph> is disabled. For instance, "s" matches "s", "S" and "ß" (sharp S used in the German language).</note> <bookmark xml-lang="en-US" branch="hid/svx/ui/findreplacedialog/searchformatted" id="bm_id961558923412792" localize="false"/> <bookmark xml-lang="en-US" branch="index" id="bm_id891558923816062"> <bookmark_value>searching;formatted numbers</bookmark_value> |