summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-10-20 00:49:12 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-10-20 00:49:12 +0200
commit0157df739665c9c6a9d8c30c6eaf141d980fc108 (patch)
tree440c2530767edc876fdbf0bfd9ddfd158e2a2964
parent4b4894b121bdf62dca067cb72ad4f8e29a2963b5 (diff)
Add missing "address"
-rw-r--r--actions/nudge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/nudge.php b/actions/nudge.php
index 32ae8587c..219a8c9ab 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;
}