aboutsummaryrefslogtreecommitdiffstats
path: root/mod/follow.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-07 19:26:44 -0700
committerFriendika <info@friendika.com>2011-08-07 19:26:44 -0700
commit7eb7f774131a47212ff9c505d7d497c8c7b76a53 (patch)
treec0104f6d5186de19eaf7f0e54a08eb80d9c01ea5 /mod/follow.php
parent0745c00b16a6c6c63c0d49f61d7a09c2fabbf41f (diff)
downloadvolse-hubzilla-7eb7f774131a47212ff9c505d7d497c8c7b76a53.tar.gz
volse-hubzilla-7eb7f774131a47212ff9c505d7d497c8c7b76a53.tar.bz2
volse-hubzilla-7eb7f774131a47212ff9c505d7d497c8c7b76a53.zip
use separate hcard from profile url
Diffstat (limited to 'mod/follow.php')
-rw-r--r--mod/follow.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/follow.php b/mod/follow.php
index 925572640..80226f3b9 100644
--- a/mod/follow.php
+++ b/mod/follow.php
@@ -58,7 +58,7 @@ function follow_post(&$a) {
}
if($ret['network'] === NETWORK_OSTATUS && get_config('system','ostatus_disabled')) {
- notice( t('Communication options with this network have been restricted.') . EOL);
+ notice( t('The profile address specified belongs to a network which has been disabled on this site.') . EOL);
$ret['notify'] = '';
}