[plt-translators] english-string-constants.rkt update
commit 9b3f2427d7adb6fcfb7e737fdec36b313c8f5b69
Author: Robby Findler <robby at racket-lang.org>
Date: Tue Oct 4 16:46:23 2011 -0500
make right-click in the space between the definitions and
interactions window pop up a menu to let you change from
vertical to horizontal orientation
============================================================
diff --git a/collects/string-constants/private/english-string-constants.rkt b/collects/string-constants/private/english-string-constants.rkt
index d821d98..1c82335 100644
--- a/collects/string-constants/private/english-string-constants.rkt
+++ b/collects/string-constants/private/english-string-constants.rkt
@@ -807,6 +807,11 @@ please adhere to these guidelines:
"Would you like to create a new window, or clear out the current one?")
(clear-current "Clear Current")
(new-window "New Window")
+
+ ;; popup menu when right-clicking in the gap between
+ ;; the definitions and interactions window
+ (change-to-vertical-alignment "Change to vertical")
+ (change-to-horizontal-alignment "Change to horizontal")
;;; exiting and quitting ``are you sure'' dialog
;;; exit is used on windows, quit on macos, in English. Other