diff options
author | Friendika <info@friendika.com> | 2011-08-07 19:26:44 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-07 19:26:44 -0700 |
commit | 7eb7f774131a47212ff9c505d7d497c8c7b76a53 (patch) | |
tree | c0104f6d5186de19eaf7f0e54a08eb80d9c01ea5 /mod/follow.php | |
parent | 0745c00b16a6c6c63c0d49f61d7a09c2fabbf41f (diff) | |
download | volse-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.php | 2 |
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'] = ''; } |