From 0157df739665c9c6a9d8c30c6eaf141d980fc108 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Wed, 20 Oct 2010 00:49:12 +0200 Subject: [PATCH] Add missing "address" --- actions/nudge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/nudge.php b/actions/nudge.php index 32ae8587cc..219a8c9aba 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 their email yet.')); + $this->clientError(_('This user doesn\'t allow nudges or hasn\'t confirmed or set their email address yet.')); return; }