aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/config/exception/PluginConfigOrderException.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/config/exception/PluginConfigOrderException.php')
-rw-r--r--application/config/exception/PluginConfigOrderException.php2
1 files changed, 1 insertions, 1 deletions
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
12 */ 12 */
13 public function __construct() 13 public function __construct()
14 { 14 {
15 $this->message = 'An error occurred while trying to save plugins loading order.'; 15 $this->message = t('An error occurred while trying to save plugins loading order.');
16 } 16 }
17} 17}