[plt-translators] english-string-constants.rkt update
commit 252db20c85c9879ac410264a027bb9f45e1a8d90
Author: Robby Findler <robby at racket-lang.org>
Date: Mon Sep 19 22:47:47 2011 -0500
add menus and keybindings for jumping around to the errors in the defs
window
also a little line-length shrinking
============================================================
diff --git a/collects/string-constants/private/english-string-constants.rkt b/collects/string-constants/private/english-string-constants.rkt
index 372b608..51e0faf 100644
--- a/collects/string-constants/private/english-string-constants.rkt
+++ b/collects/string-constants/private/english-string-constants.rkt
@@ -932,6 +932,8 @@ please adhere to these guidelines:
(limit-memory-megabytes "Megabytes")
(clear-error-highlight-menu-item-label "Clear Error Highlight")
(clear-error-highlight-item-help-string "Removes the pink error highlighting")
+ (jump-to-next-error-highlight-menu-item-label "Jump to Next Error Highlight")
+ (jump-to-prev-error-highlight-menu-item-label "Jump to Previous Error Highlight")
(reindent-menu-item-label "&Reindent")
(reindent-all-menu-item-label "Reindent &All")
(semicolon-comment-out-menu-item-label "&Comment Out with Semicolons")