Add missing "address"

This commit is contained in:
Siebrand Mazeland 2010-10-20 00:49:12 +02:00
parent 4b4894b121
commit 0157df7396
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}