diff options
author | friendica <info@friendica.com> | 2013-05-19 20:38:53 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-19 20:38:53 -0700 |
commit | 52acfce84b4c53ed01e7a37da05d0395bbceeeff (patch) | |
tree | 8d811636455d42b73d7e380e5a32b5c638f34bc2 /mod | |
parent | 1f921a51ae7c2b608e89a238e206ba5539eeb3c4 (diff) | |
download | volse-hubzilla-52acfce84b4c53ed01e7a37da05d0395bbceeeff.tar.gz volse-hubzilla-52acfce84b4c53ed01e7a37da05d0395bbceeeff.tar.bz2 volse-hubzilla-52acfce84b4c53ed01e7a37da05d0395bbceeeff.zip |
some auto-friending cleanups
Diffstat (limited to 'mod')
-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 5a1ea9505..d21c50df6 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -21,7 +21,7 @@ function follow_init(&$a) { goaway($return_url); } - info( t('Channel added') . EOL); + info( t('Channel added.') . EOL); goaway(z_root() . '/connections/' . $result['abook']['abook_id']); |