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

git-svn-id: svn://10.0.0.236/trunk@94200 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com
2001-05-08 02:04:36 +00:00
parent 3e3f14fabf
commit cef3398088
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">