(Puctuation) consistency in clientError() calls.

This commit is contained in:
Siebrand Mazeland
2009-12-13 18:55:17 +01:00
parent 954eb411e0
commit 745e35ac1f
9 changed files with 20 additions and 21 deletions

View File

@@ -300,7 +300,7 @@ class TemplateAction extends Action
// verify that user is admin
if (!($user->id == 1))
$this->clientError(_('only User #1 can update the template'), $code = 401);
$this->clientError(_('Only User #1 can update the template.'), $code = 401);
// open the old template
$tpl_file = $this->templateFolder() . '/index.html';