diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-05-11 17:33:23 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-05-11 17:33:40 -0700 |
commit | f90a5e3eee4e4d443c27830b6fcab312e0c0b21c (patch) | |
tree | 76a007fc978530aa3d12df3796dc6e7cba25704d /languages | |
parent | 12179513e27e136bbbb590123ab519658f8b11ef (diff) | |
download | elgg-f90a5e3eee4e4d443c27830b6fcab312e0c0b21c.tar.gz elgg-f90a5e3eee4e4d443c27830b6fcab312e0c0b21c.tar.bz2 |
Fixed typo for admin notice about plugins not being loaded because of mod/disabled
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index e48f992d7..7b51b0c7d 100644 --- a/languages/en.php +++ b/languages/en.php @@ -667,7 +667,7 @@ $english = array( /** * Plugins */ - 'plugins:disabled' => 'Plugins are being loaded because a file named "disabled" is in the mod directory.', + 'plugins:disabled' => 'Plugins are not being loaded because a file named "disabled" is in the mod directory.', 'plugins:settings:save:ok' => "Settings for the %s plugin were saved successfully.", 'plugins:settings:save:fail' => "There was a problem saving settings for the %s plugin.", 'plugins:usersettings:save:ok' => "User settings for the %s plugin were saved successfully.", |