diff --git a/editor/ui/dialogs/locale/en-US/EditorReplace.dtd b/editor/ui/dialogs/locale/en-US/EditorReplace.dtd index 7682fba46e49..ccceb741f360 100644 --- a/editor/ui/dialogs/locale/en-US/EditorReplace.dtd +++ b/editor/ui/dialogs/locale/en-US/EditorReplace.dtd @@ -33,6 +33,7 @@ + diff --git a/embedding/components/find/public/nsIFind.idl b/embedding/components/find/public/nsIFind.idl index c66c0221a53c..0a3b624fe511 100644 --- a/embedding/components/find/public/nsIFind.idl +++ b/embedding/components/find/public/nsIFind.idl @@ -63,13 +63,13 @@ interface nsIFind : nsISupports * @param aStartPoint A Range specifying search start point. * If not collapsed, we'll start from * end (forward) or start (backward). - * May be zero; if so, we'll start at the end - * (forward) or beginning (back) of aSearchRange. - * @param aEndPoint A Range specifying search start point. - * If not collapsed, we'll start from - * end (forward) or start (backward). - * May be zero; if so, we'll start at the beginning + * May be null; if so, we'll start at the start * (forward) or end (back) of aSearchRange. + * @param aEndPoint A Range specifying search end point. + * If not collapsed, we'll end at + * end (forward) or start (backward). + * May be null; if so, we'll end at the end + * (forward) or start (back) of aSearchRange. * @retval A range spanning the match that was found (or null). */ nsIDOMRange Find(in wstring aPatText, in nsIDOMRange aSearchRange,