diff options
author | friendica <info@friendica.com> | 2014-08-28 04:14:49 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-28 04:14:49 -0700 |
commit | f526a10f07086ffeb5018b913916827a556f2fa1 (patch) | |
tree | 45ab5af1ef7089f21d6100ae49446b64d4aa820f /mod/lockview.php | |
parent | d0af6b501fa13c39abd5319e4fce80f3f22d6947 (diff) | |
download | volse-hubzilla-f526a10f07086ffeb5018b913916827a556f2fa1.tar.gz volse-hubzilla-f526a10f07086ffeb5018b913916827a556f2fa1.tar.bz2 volse-hubzilla-f526a10f07086ffeb5018b913916827a556f2fa1.zip |
let's make this "specific" since that's what it is.
Diffstat (limited to 'mod/lockview.php')
-rw-r--r-- | mod/lockview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/lockview.php b/mod/lockview.php index 51f7c29f3..e39f2707b 100644 --- a/mod/lockview.php +++ b/mod/lockview.php @@ -40,7 +40,7 @@ function lockview_content(&$a) { // as unknown specific recipients. The sender will have the visibility list and will fall through to the // next section. - echo '<li>' . translate_scope((! $item['public_policy']) ? 'contacts' : $item['public_policy']) . '</li>'; + echo '<li>' . translate_scope((! $item['public_policy']) ? 'specific' : $item['public_policy']) . '</li>'; killme(); } |