[plt-translators] english-string-constants.rkt update
commit 2899fd0903f44b58349c52bd2ade5a0360b4be30
Author: Robby Findler <robby at racket-lang.org>
Date: Tue Dec 6 15:21:49 2011 -0600
get rid of the obscenely long menu item name
closes PR 12423
============================================================
diff --git a/collects/string-constants/private/english-string-constants.rkt b/collects/string-constants/private/english-string-constants.rkt
index 0124ef1..9b565b5 100644
--- a/collects/string-constants/private/english-string-constants.rkt
+++ b/collects/string-constants/private/english-string-constants.rkt
@@ -906,8 +906,8 @@ please adhere to these guidelines:
(definitions-menu-item-help-string "Show/Hide the definitions window")
(show-interactions-menu-item-label "Show &Interactions")
(hide-interactions-menu-item-label "Hide &Interactions")
- (put-interactions-beside-definitions "Put the Interactions Window Beside the Definitions Window")
- (put-interactions-below-definitions "Put the Interactions Window Below the Definitions Window")
+ (use-horizontal-layout "Use Horizontal Layout")
+ (use-vertical-layout "Use Vertical Layout")
(interactions-menu-item-help-string "Show/Hide the interactions window")
(toolbar "Toolbar")
(toolbar-on-top "Toolbar On Top")