X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fnudge.php;h=219a8c9abafb5e7fa24d15e7fd76a57415158766;hb=bcccbd6d8afb8b022d80ca7fa558ac4dbb31d38b;hp=cf5f773e71061e7f93600b6b9478ea4797f19528;hpb=a08c76a4342cfb4b3d772f6880ba0b8f3153b246;p=quix0rs-gnu-social.git diff --git a/actions/nudge.php b/actions/nudge.php index cf5f773e71..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 his email yet.')); + $this->clientError(_('This user doesn\'t allow nudges or hasn\'t confirmed or set their email address yet.')); return; }