Fixed menu text for Find and Replace dialogs, b=78227, r=brade, sr=kin

This commit is contained in:
cmanske%netscape.com 2001-05-08 02:04:36 +00:00
parent eaf45e97c5
commit 6517f80c8b
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<!-- extracted from finddialog.xul -->
<!ENTITY findDialog.title "Find in This Page">
<!ENTITY findDialogFrame.title "Find in This Frame">
<!ENTITY findDialog.title "Find in this Page">
<!ENTITY findDialogFrame.title "Find in this Frame">
<!ENTITY findField.label "Find text:">
<!ENTITY caseSensitiveCheckbox.label "Match upper/lower case">
<!ENTITY wrapCheckbox.label "Wrap around">

View File

@ -1,7 +1,7 @@
<!-- extracted from replacedialog.xul -->
<!ENTITY replaceDialog.title "Replace in This Page">
<!ENTITY replaceDialogFrame.title "Replace in This Frame">
<!ENTITY replaceDialog.title "Find and Replace in this Page">
<!ENTITY replaceDialogFrame.title "Find and Replace in this Frame">
<!ENTITY findField.label "Find what:">
<!ENTITY replaceField.label "Replace with:">
<!ENTITY caseSensitiveCheckbox.label "Match upper/lower case">