X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Frepliesrss.php;h=e512cf2b8a95e08528ad292b9d5e22f3083ff1ec;hb=bfb22a99329c61f4b117ca6151fb461fec3ac192;hp=3157f0e1d1d81d570f4dec290b4a764946b1b5ad;hpb=4d65b99c68fee83fe461b9d8d6db86a844f2a431;p=quix0rs-gnu-social.git diff --git a/actions/repliesrss.php b/actions/repliesrss.php index 3157f0e1d1..e512cf2b8a 100644 --- a/actions/repliesrss.php +++ b/actions/repliesrss.php @@ -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;