]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/TemplatePlugin.php
Disk cache plugin
[quix0rs-gnu-social.git] / plugins / TemplatePlugin.php
index 5f3ad81f526a238ad7fadd5b930d09469d88de54..18aa8034ca1e47737f021c67133f678e7750d740 100644 (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';