]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/config/exception/UnauthorizedConfigException.php
Apply PHP Code Beautifier on source code for linter automatic fixes
[github/shaarli/Shaarli.git] / application / config / exception / UnauthorizedConfigException.php
index 79672c1bf95a3aa8019f09b853fc4d05162128e1..b041c6e3d4cd66d651eb209ffd4b8ec07a34c438 100644 (file)
@@ -1,6 +1,5 @@
 <?php
 
-
 namespace Shaarli\Config\Exception;
 
 /**
@@ -13,6 +12,6 @@ class UnauthorizedConfigException extends \Exception
      */
     public function __construct()
     {
-        $this->message = 'You are not authorized to alter config.';
+        $this->message = t('You are not authorized to alter config.');
     }
 }