summaryrefslogtreecommitdiff
path: root/actions/nudge.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 /actions/nudge.php
parent5688c635a62ea109a9aa9565e40e994ea984cd95 (diff)
parentdb90bcb3293985818e2645827ed5a568f27d1511 (diff)
Merge branch 'master' 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;
}