summaryrefslogtreecommitdiff
path: root/actions/nudge.php
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 /actions/nudge.php
parenta65b3f171c4d23af8ca844439ad08959eb760b86 (diff)
Make some messages gender neutral.
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;
}