]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/config/exception/PluginConfigOrderException.php
Shaarli's translation
[github/shaarli/Shaarli.git] / application / config / exception / PluginConfigOrderException.php
index f9d68750030a9226f53a9b74058fa358fee2252d..f82ec26ed0d1a3bed7a19d9c5b9493e155f7362d 100644 (file)
@@ -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.');
     }
 }