aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Settings.php
diff options
context:
space:
mode:
authorTreer <treer.git@the-bordello.com>2016-05-10 00:15:57 +1000
committerTreer <treer.git@the-bordello.com>2016-05-10 00:15:57 +1000
commitef97e5a0636c2563f696b8601619d963b363fe00 (patch)
treeb7dfd05cd5b58b72c747ff00b749f3336ee8b52e /Zotlabs/Module/Settings.php
parent61909d2480dc7098932058c4a3ab076d32bdda3e (diff)
downloadvolse-hubzilla-ef97e5a0636c2563f696b8601619d963b363fe00.tar.gz
volse-hubzilla-ef97e5a0636c2563f696b8601619d963b363fe00.tar.bz2
volse-hubzilla-ef97e5a0636c2563f696b8601619d963b363fe00.zip
minor cleanup. No functional changes
Diffstat (limited to 'Zotlabs/Module/Settings.php')
-rw-r--r--Zotlabs/Module/Settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Settings.php b/Zotlabs/Module/Settings.php
index 8674ca5e7..a6293e842 100644
--- a/Zotlabs/Module/Settings.php
+++ b/Zotlabs/Module/Settings.php
@@ -1066,7 +1066,7 @@ class Settings extends \Zotlabs\Web\Controller {
'$maxreq' => array('maxreq', t('Maximum Friend Requests/Day:'), intval($channel['channel_max_friend_req']) , t('May reduce spam activity')),
'$permissions' => t('Default Post Permissions'),
'$permdesc' => t("\x28click to open/close\x29"),
- '$aclselect' => populate_acl($perm_defaults, false, \PermissionDescription::fromDescription(t('Use my default audience setting for the type of channel'))),
+ '$aclselect' => populate_acl($perm_defaults, false, \PermissionDescription::fromDescription(t('Use my default audience setting for the type of post'))),
'$suggestme' => $suggestme,
'$group_select' => $group_select,
'$role' => array('permissions_role' , t('Channel permissions category:'), $permissions_role, '', get_roles()),