diff options
author | Paweł Sroka <srokap@gmail.com> | 2013-10-27 11:44:17 -0700 |
---|---|---|
committer | Paweł Sroka <srokap@gmail.com> | 2013-10-27 11:44:17 -0700 |
commit | cf15fc159f53aee4f05ab937fd458d33433ace18 (patch) | |
tree | bec38c4894874a2ee17c9968504622ac08e577a5 /languages | |
parent | 61d049487a4f1a72f79f8c49bb65ffa82825e378 (diff) | |
parent | 33260fd7a88e5e92fbee6ee0719ab4286e9ce221 (diff) | |
download | elgg-cf15fc159f53aee4f05ab937fd458d33433ace18.tar.gz elgg-cf15fc159f53aee4f05ab937fd458d33433ace18.tar.bz2 |
Merge pull request #6185 from Srokap/ticket_6117
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.', |