[plt-translators] english-string-constants.rkt update
commit 29797e67bd26c6b4e48123a3aac42392450b02b2
Author: Robby Findler <robby at racket-lang.org>
Date: Sun Dec 12 07:31:52 2010 -0600
multi-file search tweaks:
- added the search string to the title of the window
- made the default preference includes scrbl files
- adjusted the title of the window to put drracket last
============================================================
diff --git a/collects/string-constants/english-string-constants.rkt b/collects/string-constants/english-string-constants.rkt
index 68a6bf0..3e63038 100644
--- a/collects/string-constants/english-string-constants.rkt
+++ b/collects/string-constants/english-string-constants.rkt
@@ -549,14 +549,15 @@ please adhere to these guidelines:
(mfs-recur-over-subdirectories "Recur over subdirectories")
(mfs-regexp-filename-filter "Regexp filename filter")
(mfs-search-string "Search string")
- (mfs-drscheme-multi-file-search "DrRacket - Multi File Search") ;; results window and error message title
+ (mfs-drscheme-multi-file-search "Multi File Search - DrRacket") ;; error message window title
(mfs-not-a-dir "\"~a\" is not a directory")
(mfs-open-file "Open File")
(mfs-stop-search "Stop Search")
(mfs-case-sensitive-label "Case sensitive")
(mfs-no-matches-found "No matches found.")
(mfs-search-interrupted "Search aborted.")
-
+ (mfs-drscheme-multi-file-search-title "Multi File Search for \"~a\" - DrRacket") ;; the ~a format specifier is filled in with the search string
+
;;; reverting a file
(are-you-sure-revert
"Are you sure that you want to revert this file? This change cannot be undone.")