summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorEric Helgeson <erichelgeson@gmail.com>2010-07-19 21:09:09 -0500
committerEric Helgeson <erichelgeson@gmail.com>2010-07-19 21:09:09 -0500
commit9b899eea750fd54c75fbb58e48526a5cab169f6c (patch)
tree5f9643e5362e51ac11d9dc4fa5526c36dcbea457 /classes
parenta65b3f171c4d23af8ca844439ad08959eb760b86 (diff)
Make some messages gender neutral.
Diffstat (limited to 'classes')
-rw-r--r--classes/User.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/User.php b/classes/User.php
index 2abb7eeb6..cf8d4527b 100644
--- a/classes/User.php
+++ b/classes/User.php
@@ -524,7 +524,7 @@ class User extends Memcached_DataObject
if ($this->id == $other->id) {
common_log(LOG_WARNING,
sprintf(
- "Profile ID %d (%s) tried to block his or herself.",
+ "Profile ID %d (%s) tried to block themself.",
$this->id,
$this->nickname
)