X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fprofilecompletion.php;h=045bf68a7fcbf2a01ae669af5c0bc1cdc7e2ad79;hb=0e439117a75698629c5066d0241ab41dc07b5ee1;hp=00831b2a224eeeec8eb85975776f6040b24464c8;hpb=f0d762f1968fa0ac33b39d73cc9c0225c9e8a989;p=quix0rs-gnu-social.git diff --git a/actions/profilecompletion.php b/actions/profilecompletion.php index 00831b2a22..045bf68a7f 100644 --- a/actions/profilecompletion.php +++ b/actions/profilecompletion.php @@ -97,8 +97,8 @@ class ProfilecompletionAction extends Action $this->peopletag = Profile_list::staticGet('id', $id); if (empty($this->peopletag)) { - // TRANS: Client error displayed trying to reference a non-existing people tag. - $this->clientError(_('No such people tag.')); + // TRANS: Client error displayed trying to reference a non-existing list. + $this->clientError(_('No such list.')); return false; }