diff options
author | beck24 <beck24@gmail.com> | 2013-10-13 00:03:11 -0700 |
---|---|---|
committer | beck24 <beck24@gmail.com> | 2013-10-13 00:03:11 -0700 |
commit | b3cf5a302d25b06421a055f280ca4f654bd8e6a7 (patch) | |
tree | 3885d83835d283b5879ec1ca5d16a95d67fd0f53 /languages | |
parent | 088eb2ce72bfe3852a19f4387e28fee8bdba69c7 (diff) | |
download | elgg-b3cf5a302d25b06421a055f280ca4f654bd8e6a7.tar.gz elgg-b3cf5a302d25b06421a055f280ca4f654bd8e6a7.tar.bz2 |
Fixes #6177 - refuse to deactive plugins used as dependencies
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 1721865f7..ad4831db7 100644 --- a/languages/en.php +++ b/languages/en.php @@ -105,6 +105,8 @@ $english = array( 'ElggPlugin:Dependencies:Priority:Before' => 'Before %s', 'ElggPlugin:Dependencies:Priority:Uninstalled' => '%s is not installed', 'ElggPlugin:Dependencies:Suggests:Unsatisfied' => 'Missing', + + 'ElggPlugin:Dependencies:ActiveDependent' => 'There are other plugins that list %s as a dependency. You must disable the following plugins before disabling this one: %s', 'ElggPlugin:InvalidAndDeactivated' => '%s is an invalid plugin and has been deactivated.', |