From d4bb560e7f6daae70cb13b7904cef189598d5f54 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 12 Apr 2011 21:37:54 -0700 Subject: small wording change --- mod/profperm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') 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 .= '
'; $o .= '
'; - $o .= '

' . t("All Contacts \x28with remote profile access\x29") . '

'; + $o .= '

' . t("All Contacts \x28with secure profile access\x29") . '

'; $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()) -- cgit v1.2.3