[plt-translators] english-string-constants.rkt update
commit adc7d272a81aac821cc0b64e38963553382f7560
Author: John Clements <clements at racket-lang.org>
Date: Mon Aug 30 11:31:00 2010 -0700
removed stepper's application < \ > buttons, added choice boxes instead, misc. cleanup and
racket-ification of associated file.
============================================================
diff --git a/collects/string-constants/english-string-constants.rkt b/collects/string-constants/english-string-constants.rkt
index ed339da..23cb6e4 100644
--- a/collects/string-constants/english-string-constants.rkt
+++ b/collects/string-constants/english-string-constants.rkt
@@ -1269,18 +1269,20 @@ please adhere to these guidelines:
(stepper-language-level-message "The stepper does not work for language \"~a\".")
(stepper-button-label "Step")
- (stepper-previous-application "|< Application")
(stepper-previous "< Step")
(stepper-next "Step >")
- (stepper-next-application "Application >|")
- (stepper-jump "Jump...") ;; this one is changed. action?
+ (stepper-jump "Jump...")
+ (stepper-jump-to-beginning "to beginning")
+ (stepper-jump-to-end "to end")
+ (stepper-jump-to-selected "to beginning of selected")
+ (stepper-jump-to-previous-application "to previous application step")
+ (stepper-jump-to-next-application "to next application step")
(stepper-out-of-steps "Reached the end of evaluation before finding the kind of step you were looking for.")
(stepper-no-such-step/title "Step Not Found")
(stepper-no-such-step "Couldn't find a step matching that criterion.")
(stepper-no-such-step/earlier "Couldn't find an earlier step matching that criterion.")
- (stepper-jump-to-beginning "to beginning") ;; name changed from stepper-home to stepper-jump-to-beginning
- (stepper-jump-to-end "to end") ;; content changed
- (stepper-jump-to-selected "to beginning of selected") ;; new
+
+
(debug-tool-button-name "Debug")