aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profperm.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-12 21:37:54 -0700
committerFriendika <info@friendika.com>2011-04-12 21:37:54 -0700
commitd4bb560e7f6daae70cb13b7904cef189598d5f54 (patch)
tree852ce663624b9768ea1e13aa96df0b9d4f671b6a /mod/profperm.php
parent4a514fa966b1725c27c5e2d816fee77d1340475b (diff)
downloadvolse-hubzilla-d4bb560e7f6daae70cb13b7904cef189598d5f54.tar.gz
volse-hubzilla-d4bb560e7f6daae70cb13b7904cef189598d5f54.tar.bz2
volse-hubzilla-d4bb560e7f6daae70cb13b7904cef189598d5f54.zip
small wording change
Diffstat (limited to 'mod/profperm.php')
-rw-r--r--mod/profperm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profperm.php b/mod/profperm.php
index 2a1814639..e70992a2b 100644
--- a/mod/profperm.php
+++ b/mod/profperm.php
@@ -113,7 +113,7 @@ function profperm_content(&$a) {
$o .= '<hr id="prof-separator" />';
$o .= '<div id="prof-all-contacts">';
- $o .= '<h3>' . t("All Contacts \x28with remote profile access\x29") . '</h3>';
+ $o .= '<h3>' . t("All Contacts \x28with secure profile access\x29") . '</h3>';
$r = q("SELECT * FROM `contact` WHERE `uid` = %d AND `blocked` = 0 and `pending` = 0 and `self` = 0
AND `network` = 'dfrn' ORDER BY `name` ASC",
intval(local_user())