clarify 'add teachpack' menu item

closes PR 12540
This commit is contained in:
Robby Findler 2012-02-05 19:44:56 -06:00
parent 98a0b74b4f
commit 30239514a3

View File

@ -1055,7 +1055,7 @@ please adhere to these guidelines:
(add-teachpack-to-list... "Add Teachpack to List...") (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 "The Teachpack menu is only available in these languages: ~a\n\nIn other languages, use 'require' instead.")
;;; Language dialog ;;; Language dialog