add some string constants to be used by the gui pkg manager

This commit is contained in:
Robby Findler 2014-05-04 21:28:07 -05:00
parent 49206dfd4b
commit 60e2c2400d

View File

@ -277,6 +277,8 @@ please adhere to these guidelines:
(not-running "not running")
(install-package-button "Install ~a") ;; button label: ~a is filled with the name of a pkg
(update-catalog "Update Catalog") ;; button label; shown when there is a missing module, but no matching package
(updating-catalog-from "Updating from ~a...") ;; message label; used as a status message when updating the pkg catalog
;;; misc
(welcome-to-something "Welcome to ~a")