diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 19:47:52 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 19:47:52 +0200 |
commit | e3e96e59d2e15b655931ecb5168eda059582ab8a (patch) | |
tree | a55aa33c1443165fe7be42fdee62b4798ef4d2d8 /Zotlabs/Module | |
parent | accb21128008dd4a9114159eec0fd6e872873b16 (diff) | |
download | volse-hubzilla-e3e96e59d2e15b655931ecb5168eda059582ab8a.tar.gz volse-hubzilla-e3e96e59d2e15b655931ecb5168eda059582ab8a.tar.bz2 volse-hubzilla-e3e96e59d2e15b655931ecb5168eda059582ab8a.zip |
Update Mood.php
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Mood.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Mood.php b/Zotlabs/Module/Mood.php index 4ffb35ca8..16ef0b171 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 = '<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'); return $o; } |