X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=application%2Fconfig%2Fexception%2FPluginConfigOrderException.php;h=f82ec26ed0d1a3bed7a19d9c5b9493e155f7362d;hb=baac4388b1696fb39f1b0bd621d215bba2da2ca8;hp=f9d68750030a9226f53a9b74058fa358fee2252d;hpb=e6cd773f5a8bd757c9362524cfeb3f7cb7fa81c9;p=github%2Fshaarli%2FShaarli.git diff --git a/application/config/exception/PluginConfigOrderException.php b/application/config/exception/PluginConfigOrderException.php index f9d68750..f82ec26e 100644 --- a/application/config/exception/PluginConfigOrderException.php +++ b/application/config/exception/PluginConfigOrderException.php @@ -12,6 +12,6 @@ class PluginConfigOrderException extends \Exception */ public function __construct() { - $this->message = 'An error occurred while trying to save plugins loading order.'; + $this->message = t('An error occurred while trying to save plugins loading order.'); } }