From c8eb07221d7b51234b5cc5a9a74aaf8c4da46cb9 Mon Sep 17 00:00:00 2001 From: Jon Rafkind Date: Sun, 14 Nov 2010 18:40:41 -0700 Subject: [PATCH] use uppercase --- collects/string-constants/english-string-constants.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/string-constants/english-string-constants.rkt b/collects/string-constants/english-string-constants.rkt index 41580aeff3..a2f11e19f1 100644 --- a/collects/string-constants/english-string-constants.rkt +++ b/collects/string-constants/english-string-constants.rkt @@ -448,8 +448,8 @@ 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") + (hide-line-numbers "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"