summaryrefslogtreecommitdiff
path: root/actions/nudge.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-07-28 17:51:07 -0400
committerEvan Prodromou <evan@status.net>2010-07-28 17:51:07 -0400
commite10621a52ae25bbcde8bdf381ef4f5b9b85dc48d (patch)
treedd31af8e56e3cb63906199aff2da668e23c9ace6 /actions/nudge.php
parenta01bc6b575861c4fc4fa00c988a7a907922187b7 (diff)
parent189d34173311828ccfe0aec5f381ad26887384ce (diff)
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing
Diffstat (limited to 'actions/nudge.php')
-rw-r--r--actions/nudge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/nudge.php b/actions/nudge.php
index cf5f773e7..32ae8587c 100644
--- a/actions/nudge.php
+++ b/actions/nudge.php
@@ -82,7 +82,7 @@ class NudgeAction extends Action
}
if (!$other->email || !$other->emailnotifynudge) {
- $this->clientError(_('This user doesn\'t allow nudges or hasn\'t confirmed or set his email yet.'));
+ $this->clientError(_('This user doesn\'t allow nudges or hasn\'t confirmed or set their email yet.'));
return;
}