[plt-translators] english-string-constants.rkt update
commit 53853d696a9a6317cad6fd4d0372abb47a1d53c5
Author: Robby Findler <robby at racket-lang.org>
Date: Tue Feb 12 13:09:28 2013 -0600
add increase/decrease font size menu items (ala browsers)
============================================================
diff --git a/collects/string-constants/private/english-string-constants.rkt b/collects/string-constants/private/english-string-constants.rkt
index a0b51a5..f0b33b7 100644
--- a/collects/string-constants/private/english-string-constants.rkt
+++ b/collects/string-constants/private/english-string-constants.rkt
@@ -577,6 +577,10 @@ please adhere to these guidelines:
(example-text "Example Text:")
(only-warn-once "Only warn once when definitions and interactions are not synchronized")
+ ; font size menu items in the 'view' menu; the ~a is filled with a number (font size)
+ (increase-font-size "Increase Font Size (To ~a)")
+ (decrease-font-size "Decrease Font Size (To ~a)")
+
; warning message when lockfile is around
(waiting-for-pref-lock "Waiting for the preferences lockfile...")
(pref-lock-not-gone