diff --git a/collects/string-constants/english-string-constants.rkt b/collects/string-constants/english-string-constants.rkt index 6351800efb..3508a9e06a 100644 --- a/collects/string-constants/english-string-constants.rkt +++ b/collects/string-constants/english-string-constants.rkt @@ -468,8 +468,8 @@ please adhere to these guidelines: (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") - (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/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"