renamed a button in the tp interface

svn: r7008
This commit is contained in:
Robby Findler 2007-08-03 02:33:44 +00:00
parent e467e8681a
commit 6ed1949a1a
2 changed files with 2 additions and 2 deletions

View File

@ -719,7 +719,7 @@
(define add-button (new button% (define add-button (new button%
[parent user-installed-gb] [parent user-installed-gb]
[label (string-constant install-teachpack...)] [label (string-constant add-teachpack-to-list...)]
[callback (λ (x y) (install-teachpack))])) [callback (λ (x y) (install-teachpack))]))
(define (install-teachpack) (define (install-teachpack)

View File

@ -918,7 +918,7 @@ please adhere to these guidelines:
(compiling-teachpack "Compiling ~a teachpack ...") (compiling-teachpack "Compiling ~a teachpack ...")
(teachpack-pre-installed "Preinstalled Teachpacks") (teachpack-pre-installed "Preinstalled Teachpacks")
(teachpack-user-installed "User-installed Teachpacks") (teachpack-user-installed "User-installed Teachpacks")
(install-teachpack... "Install Teachpack...") (add-teachpack-to-list... "Add Teachpack to List...")
(teachpack-already-installed "A teachpack with the name '~a' has already been installed. Overwrite it?") (teachpack-already-installed "A teachpack with the name '~a' has already been installed. Overwrite it?")
; ~a is filled with a list of language names. Each name is separated by a newline and is indented two spaces (no commas, no 'and') ; ~a is filled with a list of language names. Each name is separated by a newline and is indented two spaces (no commas, no 'and')
(teachpacks-only-in-languages "Teachpacks are only available in these languages: ~a") (teachpacks-only-in-languages "Teachpacks are only available in these languages: ~a")