diff options
author | Eric Helgeson <erichelgeson@gmail.com> | 2010-07-19 21:09:09 -0500 |
---|---|---|
committer | Eric Helgeson <erichelgeson@gmail.com> | 2010-07-19 21:09:09 -0500 |
commit | 9b899eea750fd54c75fbb58e48526a5cab169f6c (patch) | |
tree | 5f9643e5362e51ac11d9dc4fa5526c36dcbea457 /actions/finishremotesubscribe.php | |
parent | a65b3f171c4d23af8ca844439ad08959eb760b86 (diff) |
Make some messages gender neutral.
Diffstat (limited to 'actions/finishremotesubscribe.php')
-rw-r--r-- | actions/finishremotesubscribe.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/finishremotesubscribe.php b/actions/finishremotesubscribe.php index ac51ddec3..0325f6adb 100644 --- a/actions/finishremotesubscribe.php +++ b/actions/finishremotesubscribe.php @@ -37,7 +37,7 @@ require_once INSTALLDIR.'/lib/omb.php'; * Handler for remote subscription finish callback * * When a remote user subscribes a local user, a redirect to this action is - * issued after the remote user authorized his service to subscribe. + * issued after the remote user authorized their service to subscribe. * * @category Action * @package Laconica |