diff options
author | redmatrix <git@macgirvin.com> | 2016-05-19 22:48:58 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-19 22:48:58 -0700 |
commit | a97e7b275852043395dc8071d600dd746fa9fa85 (patch) | |
tree | ad72dbd7823b83862c9bdf8810ac53e3d10e3e60 /include | |
parent | 2cda18f354b39be138fa8f8f5b0ea0d041ffde61 (diff) | |
parent | 3c5cb15432cef79dfbc43b0da6f9468d82aca8a3 (diff) | |
download | volse-hubzilla-a97e7b275852043395dc8071d600dd746fa9fa85.tar.gz volse-hubzilla-a97e7b275852043395dc8071d600dd746fa9fa85.tar.bz2 volse-hubzilla-a97e7b275852043395dc8071d600dd746fa9fa85.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'include')
-rw-r--r-- | include/acl_selectors.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/acl_selectors.php b/include/acl_selectors.php index 6b727c9a2..886574714 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -269,6 +269,8 @@ function populate_acl($defaults = null,$show_jotnets = true, $emptyACL_descripti $tpl = get_markup_template("acl_selector.tpl"); $o = replace_macros($tpl, array( '$showall' => $showall_caption, + '$onlyme' => t('Only me'), + '$add_others' => t('Add others'), '$showallOrigin' => $showall_origin, '$showallIcon' => $showall_icon, '$select_label' => t('Who can see this?'), |