From: Andy Wingo Date: Tue, 6 Apr 2010 22:09:53 +0000 (+0200) Subject: very important fix to (system repl command) X-Git-Tag: release_1-9-10~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d75554d0a2ed446c1fd7a75f5b69355c5109bcc;p=platform%2Fupstream%2Fguile.git very important fix to (system repl command) * module/system/repl/command.scm (language): s/Have fun/Happy hacking/. Heh. --- diff --git a/module/system/repl/command.scm b/module/system/repl/command.scm index e5e77cb5a..f3b0d1bbf 100644 --- a/module/system/repl/command.scm +++ b/module/system/repl/command.scm @@ -324,7 +324,7 @@ List current bindings." Change languages." (let ((lang (lookup-language name)) (cur (repl-language repl))) - (format #t "Have fun with ~a! To switch back, type `,L ~a'.\n" + (format #t "Happy hacking with ~a! To switch back, type `,L ~a'.\n" (language-title lang) (language-name cur)) (set! (repl-language repl) lang)))