diff --git a/core/lib/PatternLab/Generator.php b/core/lib/PatternLab/Generator.php index ce948ab..1655a8d 100644 --- a/core/lib/PatternLab/Generator.php +++ b/core/lib/PatternLab/Generator.php @@ -138,7 +138,8 @@ class Generator extends Builder { "be well, do good work, and keep in touch", "you and i will meet again", "may the sun shine, all day long", - "smile" + "smile", + "namaste" ); if (isset($sayings[$randomNumber])) { print $sayings[$randomNumber]."...\n";