]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/config/exception/UnauthorizedConfigException.php
Shaarli's translation
[github/shaarli/Shaarli.git] / application / config / exception / UnauthorizedConfigException.php
index 79672c1bf95a3aa8019f09b853fc4d05162128e1..72311faeffc98ee0a76e7fc3bc884e6a69f8ca12 100644 (file)
@@ -13,6 +13,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.');
     }
 }