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/showstream.php | |
parent | a65b3f171c4d23af8ca844439ad08959eb760b86 (diff) |
Make some messages gender neutral.
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index f9407e35a..956c05741 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -204,11 +204,11 @@ class ShowstreamAction extends ProfileAction if ($this->user->id === $current_user->id) { $message .= _('Seen anything interesting recently? You haven\'t posted any notices yet, now would be a good time to start :)'); } else { - $message .= sprintf(_('You can try to nudge %1$s or [post something to his or her attention](%%%%action.newnotice%%%%?status_textarea=%2$s).'), $this->user->nickname, '@' . $this->user->nickname); + $message .= sprintf(_('You can try to nudge %1$s or [post something to their attention](%%%%action.newnotice%%%%?status_textarea=%2$s).'), $this->user->nickname, '@' . $this->user->nickname); } } else { - $message .= sprintf(_('Why not [register an account](%%%%action.register%%%%) and then nudge %s or post a notice to his or her attention.'), $this->user->nickname); + $message .= sprintf(_('Why not [register an account](%%%%action.register%%%%) and then nudge %s or post a notice to their attention.'), $this->user->nickname); } $this->elementStart('div', 'guide'); |