]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/userauthorization.php
Merge remote-tracking branch 'evan/blogplugin' into newblogplugin
[quix0rs-gnu-social.git] / actions / userauthorization.php
index fd01cd7c02ee28bf32c16a717820cb672c6d65b0..0cb55715f9ec940f737fb4fe63ff634f32f93074 100644 (file)
@@ -71,9 +71,8 @@ class UserauthorizationAction extends Action
             $profile = $user->getProfile();
             if (!$profile) {
                 common_log_db_error($user, 'SELECT', __FILE__);
-                // TRANS: Server error displayed when trying to authorise a remote subscription request
-                // TRANS: while the user has no profile.
-                $this->serverError(_('User without matching profile.'));
+                // TRANS: Error message displayed when referring to a user without a profile.
+                $this->serverError(_('User has no profile.'));
                 return;
             }