added start-with-after string constant for use in Chinese
svn: r5209
This commit is contained in:
parent
005e2285a9
commit
d8b61030bd
|
@ -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.
|
||||
|
|
|
@ -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?")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user