[plt-translators] english-string-constants.rkt update
commit c4e0559db4ca37bb086b94830b9e393989c57b61
Author: Robby Findler <robby at racket-lang.org>
Date: Sun Apr 10 19:35:48 2011 -0500
made the line/column thingy's popup menu be able to show the line numbers in the definitions window
- added add-line-number-menu-items
- some minor fixes to the docs
related to discussion in PR 11837
commit 3936ac8a544ee2cc5d0d0d3d5b36e38be0f936bd
Author: Robby Findler <robby at racket-lang.org>
Date: Sun Apr 10 19:30:29 2011 -0500
correct capitolization for menu items
============================================================
diff --git a/collects/string-constants/english-string-constants.rkt b/collects/string-constants/english-string-constants.rkt
index 364b448..f47fd25 100644
--- a/collects/string-constants/english-string-constants.rkt
+++ b/collects/string-constants/english-string-constants.rkt
@@ -454,8 +454,8 @@ please adhere to these guidelines:
(show-status-line "Show status-line")
(count-columns-from-one "Count column numbers from one")
(display-line-numbers "Display line numbers in buffer; not character offsets")
- (show-line-and-column-numbers "Show line && column numbers") ; used for popup menu; right click on line/column box in bottom of drs window
- (show-character-offsets "Show character offsets") ; used for popup menu; right click on line/column box in bottom of drs window
+ (show-line-and-column-numbers "Show Line && Column Numbers") ; used for popup menu; right click on line/column box in bottom of drs window
+ (show-character-offsets "Show Character Offsets") ; used for popup menu; right click on line/column box in bottom of drs window
(enable-keybindings-in-menus "Enable keybindings in menus")
(automatically-to-ps "Automatically print to PostScript file")
(command-as-meta "Treat command key as meta") ;; macos/macos x only
@@ -470,6 +470,7 @@ please adhere to these guidelines:
(show-line-numbers "Show line numbers")
(show-line-numbers/menu "Show Line &Numbers") ;; just like the above, but capitalized for appearance in a menu item
(hide-line-numbers/menu "Hide Line &Numbers")
+ (show-line-numbers-in-definitions "Show All Line Numbers in Definitions") ;; shows up in the popup menu item in the bottom of the drracket window; controls the line numbers on each line in the definitions; used in a checkable menu item
(limit-interactions-size "Limit interactions size")
(background-color "Background Color")
(default-text-color "Default text") ;; used for configuring colors, but doesn't need the word "color"