diff options
author | Friendika <info@friendika.com> | 2011-04-13 17:11:24 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-13 17:11:24 -0700 |
commit | 5198e039df5051226b0f79681187f2365e7db525 (patch) | |
tree | e8283a2d83adf0ea19ef11cc3a62bd64c3362dad /mod | |
parent | 17a7dae67d9c5e6e326b0c9e60e72a85ab005aa5 (diff) | |
download | volse-hubzilla-5198e039df5051226b0f79681187f2365e7db525.tar.gz volse-hubzilla-5198e039df5051226b0f79681187f2365e7db525.tar.bz2 volse-hubzilla-5198e039df5051226b0f79681187f2365e7db525.zip |
better visibility of default post permissions
Diffstat (limited to 'mod')
-rw-r--r-- | mod/settings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/settings.php b/mod/settings.php index 5f88d95fb..42529ae23 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -395,6 +395,7 @@ function settings_content(&$a) { '$profile_in_dir' => $profile_in_dir, '$profile_in_net_dir' => $profile_in_net_dir, '$permissions' => t('Default Post Permissions'), + '$permdesc' => t("\x28click to open/close\x29"), '$visibility' => $profile['net-publish'], '$aclselect' => populate_acl($a->user,$celeb), '$sel_notify1' => (($notify & NOTIFY_INTRO) ? ' checked="checked" ' : ''), |