From f7649668430cd27064a533634a24ba42c14df6eb Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 30 Jul 2008 03:52:30 +0000 Subject: [PATCH] renamed anchor pref svn: r10983 --- collects/framework/private/preferences.ss | 2 +- collects/string-constants/english-string-constants.ss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/framework/private/preferences.ss b/collects/framework/private/preferences.ss index a0dae8c81f..95f36829ac 100644 --- a/collects/framework/private/preferences.ss +++ b/collects/framework/private/preferences.ss @@ -445,7 +445,7 @@ the state transitions / contracts are: (λ (n) (eq? 'postscript n)))) (make-check editor-panel 'framework:anchored-search - "Anchor based search" + (string-constant find-anchor-based) values values) (editor-panel-procs editor-panel))))]) (add-editor-checkbox-panel))) diff --git a/collects/string-constants/english-string-constants.ss b/collects/string-constants/english-string-constants.ss index 16ae170666..bb1de66339 100644 --- a/collects/string-constants/english-string-constants.ss +++ b/collects/string-constants/english-string-constants.ss @@ -513,7 +513,7 @@ please adhere to these guidelines: (backward "Backward") (hide "Hide") (find-case-sensitive "Case sensitive") ;; the check box in both the docked & undocked search - + (find-anchor-based "Search using anchors") ;;; multi-file-search (mfs-multi-file-search-menu-item "Search in Files...")