]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/profilecompletion.php
replace 'public' in documentation with 'top'
[quix0rs-gnu-social.git] / actions / profilecompletion.php
index 00831b2a224eeeec8eb85975776f6040b24464c8..045bf68a7fcbf2a01ae669af5c0bc1cdc7e2ad79 100644 (file)
@@ -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;
         }