Update Mood.php

This commit is contained in:
Max Kostikov 2018-09-28 15:35:14 +02:00
parent 27fef98a39
commit 58d9ca1bfd

View File

@ -129,7 +129,7 @@ class Mood extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
$o = '<b>Mood App (Not Installed):</b><br>';
$o = '<b>' . t('Mood App (Not Installed):') . '</b><br>';
$o .= t('Set your current mood and tell your friends');
return $o;
}