X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fnudge.php;h=219a8c9abafb5e7fa24d15e7fd76a57415158766;hb=0b6cc7c33d5239bbc9f01c00d3fb8c00a3d6e4c7;hp=32ae8587cc5567d6da8fc36a9d5c71e8bb344e99;hpb=640e7e7c43fa8e9b1a8516b486e560df84bd9887;p=quix0rs-gnu-social.git 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; }