]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/avatarbynickname.php
Harmonize message for 'User has no profile.' and update translator documentation.
[quix0rs-gnu-social.git] / actions / avatarbynickname.php
index fa97a86ebf69b98127791ddf7a42731e8c7c4264..a581d5ae35ab16595e0236b86356ffad7339e9b0 100644 (file)
@@ -81,7 +81,7 @@ class AvatarbynicknameAction extends Action
         }
         $profile = $user->getProfile();
         if (!$profile) {
-            // TRANS: Client error displayed trying to get an avatar for a user without a profile.
+            // TRANS: Error message displayed when referring to a user without a profile.
             $this->clientError(_('User has no profile.'));
             return;
         }