Update Mood.php
This commit is contained in:
parent
accb211280
commit
e3e96e59d2
@ -129,7 +129,7 @@ class Mood extends Controller {
|
|||||||
//Do not display any associated widgets at this point
|
//Do not display any associated widgets at this point
|
||||||
App::$pdl = '';
|
App::$pdl = '';
|
||||||
|
|
||||||
$o = '<b>' . t('Mood App (Not Installed):') . '</b><br>';
|
$o = '<b>' . t('Mood App') . ' (' . t('Not Installed') . '):</b><br>';
|
||||||
$o .= t('Set your current mood and tell your friends');
|
$o .= t('Set your current mood and tell your friends');
|
||||||
return $o;
|
return $o;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user