summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/system/repl/command.scm2
1 files changed, 1 insertions, 1 deletions
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)))