From fa7e59060543b3032171622d322ca34051f40d53 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 22 Jul 2008 21:58:21 +0000 Subject: [PATCH] preparation for new search and replace svn: r10865 --- collects/string-constants/english-string-constants.ss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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")