diff options
author | friendica <info@friendica.com> | 2014-03-27 18:03:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-27 18:03:19 -0700 |
commit | 8594d069a1fd00c0aacb30f544555c26465991c2 (patch) | |
tree | 5000dbf5a88b967624e9ef34e9127a7af30f4bfb /mod/connedit.php | |
parent | 1f931c0e3c687d91e53fdf1b6337febc8125bd74 (diff) | |
download | volse-hubzilla-8594d069a1fd00c0aacb30f544555c26465991c2.tar.gz volse-hubzilla-8594d069a1fd00c0aacb30f544555c26465991c2.tar.bz2 volse-hubzilla-8594d069a1fd00c0aacb30f544555c26465991c2.zip |
new connection notification
Diffstat (limited to 'mod/connedit.php')
-rw-r--r-- | mod/connedit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/connedit.php b/mod/connedit.php index b9b7fcce3..fde116b48 100644 --- a/mod/connedit.php +++ b/mod/connedit.php @@ -298,7 +298,7 @@ function connedit_content(&$a) { contact_remove(local_user(), $orig_record[0]['abook_id']); // FIXME - send to clones - info( t('Contact has been removed.') . EOL ); + info( t('Connection has been removed.') . EOL ); if(x($_SESSION,'return_url')) goaway($a->get_baseurl(true) . '/' . $_SESSION['return_url']); goaway($a->get_baseurl(true) . '/contacts'); |