aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-09-28 15:35:14 +0200
committerMax Kostikov <max@kostikov.co>2018-09-28 15:35:14 +0200
commit58d9ca1bfd5a9e696a0e7d13d915dde4db5a67a2 (patch)
tree1d3d62d752894d60b095c7012a7338aceacd58a8 /Zotlabs
parent27fef98a390b7dfb14c25c3ad7da456db670e607 (diff)
downloadvolse-hubzilla-58d9ca1bfd5a9e696a0e7d13d915dde4db5a67a2.tar.gz
volse-hubzilla-58d9ca1bfd5a9e696a0e7d13d915dde4db5a67a2.tar.bz2
volse-hubzilla-58d9ca1bfd5a9e696a0e7d13d915dde4db5a67a2.zip
Update Mood.php
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Mood.php2
1 files changed, 1 insertions, 1 deletions
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 = '<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;
}