diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 19:52:11 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 19:52:11 +0200 |
commit | c45a9504e7c4fe8add92276deecb1866c2a388bf (patch) | |
tree | e8abdb848f72419bead929555d59035c64b5acfc /Zotlabs | |
parent | 403ead44f92a52f2dce6b79e5d2d79ffe167e1a4 (diff) | |
download | volse-hubzilla-c45a9504e7c4fe8add92276deecb1866c2a388bf.tar.gz volse-hubzilla-c45a9504e7c4fe8add92276deecb1866c2a388bf.tar.bz2 volse-hubzilla-c45a9504e7c4fe8add92276deecb1866c2a388bf.zip |
Update Group.php
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Group.php b/Zotlabs/Module/Group.php index c544f95a0..c8ccaa2cb 100644 --- a/Zotlabs/Module/Group.php +++ b/Zotlabs/Module/Group.php @@ -98,7 +98,7 @@ class Group extends Controller { //Do not display any associated widgets at this point App::$pdl = ''; - $o = '<b>' . t('Privacy Groups App (Not Installed):') . '</b><br>'; + $o = '<b>' . t('Privacy Groups App') . ' (' . t('Not Installed') . '):</b><br>'; $o .= t('Management of privacy groups'); return $o; } |