summaryrefslogtreecommitdiff
path: root/actions/all.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-04-10 00:07:20 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-04-10 00:07:20 +0200
commit47eed2c99906fefb1f43ad186da91e526d2741cf (patch)
tree5b96a07975a45f41b8dd5125846972d48c3dfa9a /actions/all.php
parent9bc1a22fa93760c6eae4a4fa6797e9ea72f7ada1 (diff)
Update message formatting for serverError to use a starting capital and a leading period.
Diffstat (limited to 'actions/all.php')
-rw-r--r--actions/all.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/all.php b/actions/all.php
index 8c22e6f5f..a977fce95 100644
--- a/actions/all.php
+++ b/actions/all.php
@@ -61,7 +61,7 @@ class AllAction extends ProfileAction
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;