summaryrefslogtreecommitdiff
path: root/actions/showfavorites.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/showfavorites.php
parentae4ade53a801309105ab3e0ae680dc9e186033c1 (diff)
parent47eed2c99906fefb1f43ad186da91e526d2741cf (diff)
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'actions/showfavorites.php')
-rw-r--r--actions/showfavorites.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showfavorites.php b/actions/showfavorites.php
index 5b85de683..4d776ef04 100644
--- a/actions/showfavorites.php
+++ b/actions/showfavorites.php
@@ -135,7 +135,7 @@ class ShowfavoritesAction 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;