[Libreoffice-commits] help.git: source/text
Rafael Lima (via logerrit)
logerrit at kemper.freedesktop.org
Wed Aug 25 05:36:03 UTC 2021
source/text/shared/01/02100000.xhp | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
New commits:
commit f801beeaf39c7e7f018b655f28ba8c215ae14763
Author: Rafael Lima <rafael.palma.lima at gmail.com>
AuthorDate: Wed Aug 25 00:19:24 2021 +0200
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Wed Aug 25 07:35:42 2021 +0200
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 at ubuntu.com>
diff --git a/source/text/shared/01/02100000.xhp b/source/text/shared/01/02100000.xhp
index 6ffb14464..46acfe4ac 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>
More information about the Libreoffice-commits
mailing list