diff --git a/collects/string-constants/english-string-constants.ss b/collects/string-constants/english-string-constants.ss index b34acc0907..69ce82f28e 100644 --- a/collects/string-constants/english-string-constants.ss +++ b/collects/string-constants/english-string-constants.ss @@ -652,7 +652,11 @@ please adhere to these guidelines: (find-again-info "Search for the same string as before") (find-again-menu-item "Find Again") - + + (find-again-backwards-info "Search for the same string as before, but backwards") + (find-again-backwards-menu-item "Find Again Backwards") + + (replace-and-find-again-info "Replace the current text and search for the same string as before") (replace-and-find-again-menu-item "Replace && Find Again")