X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2Fconfig%2Fexception%2FUnauthorizedConfigException.php;h=72311faeffc98ee0a76e7fc3bc884e6a69f8ca12;hb=15d31c39eceee9ab15b15606c559112363f7ca3f;hp=79672c1bf95a3aa8019f09b853fc4d05162128e1;hpb=5ba55f0cf287c583019bbb731ad98e04a14da972;p=github%2Fshaarli%2FShaarli.git diff --git a/application/config/exception/UnauthorizedConfigException.php b/application/config/exception/UnauthorizedConfigException.php index 79672c1b..72311fae 100644 --- a/application/config/exception/UnauthorizedConfigException.php +++ b/application/config/exception/UnauthorizedConfigException.php @@ -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.'); } }