diff --git a/Zotlabs/Module/Mood.php b/Zotlabs/Module/Mood.php
index cceef5ffa..4ffb35ca8 100644
--- a/Zotlabs/Module/Mood.php
+++ b/Zotlabs/Module/Mood.php
@@ -129,7 +129,7 @@ class Mood extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
- $o = 'Mood App (Not Installed):
';
+ $o = '' . t('Mood App (Not Installed):') . '
';
$o .= t('Set your current mood and tell your friends');
return $o;
}