[plt-translators] english-string-constants.rkt update
commit 81de0c133765cd75235ba29b9601fa4a69999bde
Author: Robby Findler <robby at racket-lang.org>
Date: Wed Dec 8 21:26:35 2010 -0600
changed the 'cancel' button to say something more accurate
closes PR 11473
============================================================
diff --git a/collects/string-constants/english-string-constants.rkt b/collects/string-constants/english-string-constants.rkt
index 84daa5f..68a6bf0 100644
--- a/collects/string-constants/english-string-constants.rkt
+++ b/collects/string-constants/english-string-constants.rkt
@@ -455,6 +455,7 @@ please adhere to these guidelines:
(default-text-color "Default text") ;; used for configuring colors, but doesn't need the word "color"
(choose-a-background-color "Please choose a background color")
(revert-to-defaults "Revert to Defaults")
+ (undo-changes "Undo Changes and Close") ;; used in the preferences dialog to undo preference changes
(black-on-white-color-scheme "Black on White") ;; these two appear in the color preferences dialog on butttons
(white-on-black-color-scheme "White on Black") ;; clicking the buttons changes the color schemes to some defaults that've been set up.