]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/repliesrss.php
explode WHAT, again?
[quix0rs-gnu-social.git] / actions / repliesrss.php
index 3157f0e1d1d81d570f4dec290b4a764946b1b5ad..e512cf2b8a95e08528ad292b9d5e22f3083ff1ec 100644 (file)
@@ -32,7 +32,7 @@ class RepliesrssAction extends Rss10Action {
                $this->user = User::staticGet('nickname', $nickname);
 
                if (!$this->user) {
-                       common_user_error(_('No such nickname.'));
+                       common_user_error(_('No such user.'));
                        return false;
                } else {
                        return true;