From d83826c513d22c9613dfa829021b59612f157019 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 17 Feb 2007 20:13:01 +0000 Subject: [PATCH] change to match recent commit by me (should have been in that commit) svn: r5630 --- collects/string-constants/english-string-constants.ss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/collects/string-constants/english-string-constants.ss b/collects/string-constants/english-string-constants.ss index 9bc7e9b90e..bd24940d0b 100644 --- a/collects/string-constants/english-string-constants.ss +++ b/collects/string-constants/english-string-constants.ss @@ -196,8 +196,10 @@ please adhere to these guidelines: ;;; info bar at botttom of drscheme frame (collect-button-label "GC") - (read-only "Read only") - (read/write "Read/Write") + (read-only-line1 "Read") + (read-only-line2 "only") + (read/write-line1 "Read/") + (read/write-line2 "Write") (auto-extend-selection "Auto-extend") (overwrite "Overwrite") (running "running")