summaryrefslogtreecommitdiff
path: root/classes/User.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-07-28 11:56:55 -0700
committerBrion Vibber <brion@pobox.com>2010-07-28 11:56:55 -0700
commit189d34173311828ccfe0aec5f381ad26887384ce (patch)
tree7ab42efa3c30248879ba671500f7c3baab257779 /classes/User.php
parent5688c635a62ea109a9aa9565e40e994ea984cd95 (diff)
parentdb90bcb3293985818e2645827ed5a568f27d1511 (diff)
Merge branch 'master' into testing
Diffstat (limited to 'classes/User.php')
-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
)