Bug 49331: Search/Find text "Match upper/lower case" is ambiguous. Patch by Colin Slater <hoho@binbash.net> + me, r+sr=Neil

This commit is contained in:
ajschult%verizon.net 2006-10-01 20:24:22 +00:00
parent a6cccb68d0
commit 5abd206540
6 changed files with 8 additions and 8 deletions

View File

@ -43,7 +43,7 @@
<!ENTITY findField.accesskey "n">
<!ENTITY replaceField.label "Replace with:">
<!ENTITY replaceField.accesskey "e">
<!ENTITY caseSensitiveCheckbox.label "Match upper/lower case">
<!ENTITY caseSensitiveCheckbox.label "Match exact case">
<!ENTITY caseSensitiveCheckbox.accesskey "c">
<!ENTITY wrapCheckbox.label "Wrap around">
<!ENTITY wrapCheckbox.accesskey "W">

View File

@ -458,7 +458,7 @@
<li>Type the text you want to locate in the <q>Find what</q> field. To narrow
the search, check one or more of the following options:
<ul>
<li><strong>Match upper/lower case</strong>: Use this to specify whether
<li><strong>Match exact case</strong>: Use this to specify whether
the search is for case-sensitive text.</li>
<li><strong>Wrap around</strong>: Use this to search to the end of the
page and then start again from the top or bottom, depending on whether
@ -481,7 +481,7 @@
<li>Type the text you want to find and then type the replacement text.</li>
<li>To narrow the search, check one or more of the following options:
<ul>
<li><strong>Match upper/lower case</strong>: Use this to specify whether
<li><strong>Match exact case</strong>: Use this to specify whether
the search is for case-sensitive text. If you don&apos;t select this
option, the search will find matching text in both upper and lower
case.</li>

View File

@ -644,7 +644,7 @@
<li>Type the text you want to find.</li>
<li>Choose from the following search options:
<ul>
<li><strong>Match upper/lower case:</strong> Choose this to search for a
<li><strong>Match exact case:</strong> Choose this to search for a
word or phrase that matches the word you typed exactly (including
uppercase and lowercase letters).</li>
<li><strong>Wrap around:</strong> Choose this to allow the browser to

View File

@ -458,7 +458,7 @@
<li>Type the text you want to locate in the <q>Find what</q> field. To narrow
the search, check one or more of the following options:
<ul>
<li><strong>Match upper/lower case</strong>: Use this to specify whether
<li><strong>Match exact case</strong>: Use this to specify whether
the search is for case-sensitive text.</li>
<li><strong>Wrap around</strong>: Use this to search to the end of the
page and then start again from the top or bottom, depending on whether
@ -481,7 +481,7 @@
<li>Type the text you want to find and then type the replacement text.</li>
<li>To narrow the search, check one or more of the following options:
<ul>
<li><strong>Match upper/lower case</strong>: Use this to specify whether
<li><strong>Match exact case</strong>: Use this to specify whether
the search is for case-sensitive text. If you don&apos;t select this
option, the search will find matching text in both upper and lower
case.</li>

View File

@ -644,7 +644,7 @@
<li>Type the text you want to find.</li>
<li>Choose from the following search options:
<ul>
<li><strong>Match upper/lower case:</strong> Choose this to search for a
<li><strong>Match exact case:</strong> Choose this to search for a
word or phrase that matches the word you typed exactly (including
uppercase and lowercase letters).</li>
<li><strong>Wrap around:</strong> Choose this to allow the browser to

View File

@ -4,7 +4,7 @@
<!ENTITY findDialogFrame.title "Find in this Frame">
<!ENTITY findField.label "Find text:">
<!ENTITY findField.accesskey "n">
<!ENTITY caseSensitiveCheckbox.label "Match upper/lower case">
<!ENTITY caseSensitiveCheckbox.label "Match exact case">
<!ENTITY caseSensitiveCheckbox.accesskey "c">
<!ENTITY wrapCheckbox.label "Wrap around">
<!ENTITY wrapCheckbox.accesskey "W">