From 9b899eea750fd54c75fbb58e48526a5cab169f6c Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Mon, 19 Jul 2010 21:09:09 -0500 Subject: Make some messages gender neutral. --- actions/nudge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/nudge.php') 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; } -- cgit v1.2.3-54-g00ecf