diff options
Diffstat (limited to 'usr.bin/mg/theo.c')
-rw-r--r-- | usr.bin/mg/theo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index bfe38fdc29a..758575c52a6 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -63,7 +63,8 @@ static const char *talk[] = { "slacker slacker lazy bum bum bum slacker!", "I could search... but I'm a lazy bum ;)", "sshutup sshithead, ssharpsshooting susshi sshplats ssharking assholes.", - "Lazy bums slacking on your asses." + "Lazy bums slacking on your asses.", + "Fine software takes time to prepare. Give a little slack." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |