]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/galleryaction.php
Harmonize message for 'User has no profile.' and update translator documentation.
[quix0rs-gnu-social.git] / lib / galleryaction.php
index bd7da195fa0b66f7d72840e28d70ef3741f1b594..51bb9e3e1a17d17e2af83c2eda6ccea0f6f38cef 100644 (file)
@@ -65,7 +65,7 @@ class GalleryAction extends ProfileAction
         $this->profile = $this->user->getProfile();
 
         if (!$this->profile) {
-            // TRANS: Server error displayed when trying to perform a gallery action with a user without a profile.
+            // TRANS: Error message displayed when referring to a user without a profile.
             $this->serverError(_('User has no profile.'));
             return false;
         }