From 47eed2c99906fefb1f43ad186da91e526d2741cf Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 10 Apr 2010 00:07:20 +0200 Subject: Update message formatting for serverError to use a starting capital and a leading period. --- actions/replies.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/replies.php') 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; -- cgit v1.2.3-54-g00ecf