summaryrefslogtreecommitdiff
path: root/actions/repliesrss.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/repliesrss.php')
-rw-r--r--actions/repliesrss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/repliesrss.php b/actions/repliesrss.php
index 3157f0e1d..e512cf2b8 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;