[plt-translators] english-string-constants.rkt update
commit 3b56f81b101bc518f9252186ea413b7e8abfc4f6
Author: Robby Findler <robby at eecs.northwestern.edu>
Date: Sun Nov 21 07:15:02 2010 -0600
adjusted case of 'show line numbers' to match menu / prefs distinction
============================================================
diff --git a/collects/string-constants/english-string-constants.rkt b/collects/string-constants/english-string-constants.rkt
index a2f11e1..c6dd816 100644
--- a/collects/string-constants/english-string-constants.rkt
+++ b/collects/string-constants/english-string-constants.rkt
@@ -448,8 +448,9 @@ please adhere to these guidelines:
(show-interactions-on-execute "Automatically open interactions window when running a program")
(switch-to-module-language-automatically "Automatically switch to the module language when opening a module")
(interactions-beside-definitions "Put the interactions window beside the definitions window") ;; in preferences, below the checkbox one line above this one
- (show-line-numbers "Show Line Numbers")
- (hide-line-numbers "Hide Line Numbers")
+ (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")
(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"