diff options
author | redmatrix <git@macgirvin.com> | 2016-05-18 22:57:23 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-18 22:57:23 -0700 |
commit | 93a7df5a1b9ac260657ba789760cb9e4c11544a7 (patch) | |
tree | e2b466fc0f0541ec9907c945487f5b614c092bc4 /Zotlabs/Module | |
parent | 905432c7ae738ff69090bf8cc912c42d2cea5ab2 (diff) | |
download | volse-hubzilla-93a7df5a1b9ac260657ba789760cb9e4c11544a7.tar.gz volse-hubzilla-93a7df5a1b9ac260657ba789760cb9e4c11544a7.tar.bz2 volse-hubzilla-93a7df5a1b9ac260657ba789760cb9e4c11544a7.zip |
one more text clarification
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Settings.php b/Zotlabs/Module/Settings.php index 1f5c55067..f588e2824 100644 --- a/Zotlabs/Module/Settings.php +++ b/Zotlabs/Module/Settings.php @@ -1064,7 +1064,7 @@ class Settings extends \Zotlabs\Web\Controller { '$expire' => array('expire',t('Expire other channel content after this many days'),$expire, t('0 or blank to use the website limit.') . ' ' . ((intval($sys_expire)) ? sprintf( t('This website expires after %d days.'),intval($sys_expire)) : t('This website does not expire imported content.')) . ' ' . t('The website limit takes precedence if lower than your limit.')), '$maxreq' => array('maxreq', t('Maximum Friend Requests/Day:'), intval($channel['channel_max_friend_req']) , t('May reduce spam activity')), - '$permissions' => t('Default Post Permissions'), + '$permissions' => t('Default Post and Publish 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 object published'))), '$suggestme' => $suggestme, |