]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add missing "address"
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Tue, 19 Oct 2010 22:49:12 +0000 (00:49 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Tue, 19 Oct 2010 22:49:12 +0000 (00:49 +0200)
actions/nudge.php

index 32ae8587cc5567d6da8fc36a9d5c71e8bb344e99..219a8c9abafb5e7fa24d15e7fd76a57415158766 100644 (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;
         }