mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
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:
parent
a6cccb68d0
commit
5abd206540
@ -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">
|
||||
|
@ -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't select this
|
||||
option, the search will find matching text in both upper and lower
|
||||
case.</li>
|
||||
|
@ -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
|
||||
|
@ -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't select this
|
||||
option, the search will find matching text in both upper and lower
|
||||
case.</li>
|
||||
|
@ -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
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user