added start-with-after string constant for use in Chinese

svn: r5209
This commit is contained in:
Robby Findler 2007-01-03 16:58:58 +00:00
parent 005e2285a9
commit d8b61030bd
2 changed files with 4 additions and 2 deletions

View File

@ -1776,7 +1776,8 @@
(label (car (last-pair lang)))
(color (send the-color-database find-color "blue"))
(callback (λ () (change-current-lang-to lang)))
(font (get-font #:underlined #t))))))
(font (get-font #:underlined #t)))
(new canvas-message% (parent panel2) (label (string-constant start-with-after))))))
;; get-text-pls : path -> (listof (list* string string (listof string))
;; gets the questions from an info.ss file.

View File

@ -954,7 +954,8 @@ please adhere to these guidelines:
; next two are before and after a language
(start-with-before "Start with ")
(start-with-after "")
(seasoned-plt-schemer? "Seasoned PLT Schemer?")
(looking-for-standard-scheme? "Looking for standard Scheme?")