aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-28 04:14:49 -0700
committerfriendica <info@friendica.com>2014-08-28 04:14:49 -0700
commitf526a10f07086ffeb5018b913916827a556f2fa1 (patch)
tree45ab5af1ef7089f21d6100ae49446b64d4aa820f /include/items.php
parentd0af6b501fa13c39abd5319e4fce80f3f22d6947 (diff)
downloadvolse-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 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php
index e9f11ee4a..16670b731 100755
--- a/include/items.php
+++ b/include/items.php
@@ -976,6 +976,8 @@ function translate_scope($scope) {
return t('Visible to all connections.');
if(strpos($scope,'contacts') === 0)
return t('Visible to approved connections.');
+ if(strpos($scope,'specific') === 0)
+ return t('Visible to specific connections.');
}
function encode_item_xchan($xchan) {