Make some messages gender neutral.

This commit is contained in:
Eric Helgeson
2010-07-19 21:09:09 -05:00
parent a65b3f171c
commit 9b899eea75
8 changed files with 14 additions and 14 deletions

View File

@@ -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
)