]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/replies.php
back out my change to the link format; see if it helps
[quix0rs-gnu-social.git] / actions / replies.php
index ddbbddff8ec4ae27f1f517694d162507fe0cb5df..029141937f479e93ffdce243d79a2e1f0a43ca55 100644 (file)
@@ -38,7 +38,7 @@ class RepliesAction extends StreamAction {
                $profile = $user->getProfile();
 
                if (!$profile) {
-                       common_server_error(_('User record exists without profile.'));
+                       common_server_error(_('User has no profile.'));
                        return;
                }