[plt-translators] english-string-constants.rkt update
FYI: It was a mistake for me to remove the line that is removed below
(I have since added it back in).
Robby
On Wed, Sep 8, 2010 at 5:58 AM, Philippe Meunier <meunier at ccs.neu.edu> wrote:
> commit 4bbb1f4cd967fd3ccc91e68834ad9b4c5bc70d94
> Author: Robby Findler <robby at racket-lang.org>
> Date: Tue Sep 7 16:15:02 2010 -0500
>
> Added a second column for the 2htdp teachpacks to the choose-a-teachpack dialog
> closes PR 11170
> ============================================================
> diff --git a/collects/string-constants/english-string-constants.rkt b/collects/string-constants/english-string-constants.rkt
> index 23cb6e4..99c047f 100644
> --- a/collects/string-constants/english-string-constants.rkt
> +++ b/collects/string-constants/english-string-constants.rkt
> @@ -981,7 +981,8 @@ please adhere to these guidelines:
>
> ; ~a is filled with the teachpack's name; the message appears in the teachpack selection dialog when a user installs a new teachpack
> (compiling-teachpack "Compiling ~a teachpack ...")
> - (teachpack-pre-installed "Preinstalled Teachpacks")
> + (teachpack-pre-installed/htdp "Preinstalled HtDP Teachpacks")
> + (teachpack-pre-installed/2htdp "Preinstalled HtDP/2e Teachpacks")
> (teachpack-user-installed "User-installed Teachpacks")
> (add-teachpack-to-list... "Add Teachpack to List...")
> (teachpack-already-installed "A teachpack with the name '~a' has already been installed. Overwrite it?")
>
> _______________________________________________
> plt-translators mailing list
> plt-translators at list.cs.brown.edu
> http://list.cs.brown.edu/mailman/listinfo/plt-translators
>