summaryrefslogtreecommitdiff
path: root/actions/replies.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-04-09 15:20:14 -0700
committerBrion Vibber <brion@pobox.com>2010-04-09 15:20:14 -0700
commit7303acf7adbfd57aabcad095154ee48968e75e3b (patch)
tree038dca53ca8c192c8c66c52e6b9332f47f55cf1e /actions/replies.php
parentae4ade53a801309105ab3e0ae680dc9e186033c1 (diff)
parent47eed2c99906fefb1f43ad186da91e526d2741cf (diff)
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'actions/replies.php')
-rw-r--r--actions/replies.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/replies.php b/actions/replies.php
index 4ff1b7a8d..608f71d6e 100644
--- a/actions/replies.php
+++ b/actions/replies.php
@@ -90,7 +90,7 @@ class RepliesAction extends OwnerDesignAction
if($this->page > 1 && $this->notice->N == 0){
// TRANS: Server error when page not found (404)
- $this->serverError(_('No such page'),$code=404);
+ $this->serverError(_('No such page.'),$code=404);
}
return true;