aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
diff options
context:
space:
mode:
authorPaweł Sroka <srokap@gmail.com>2013-10-27 11:44:17 -0700
committerPaweł Sroka <srokap@gmail.com>2013-10-27 11:44:17 -0700
commitcf15fc159f53aee4f05ab937fd458d33433ace18 (patch)
treebec38c4894874a2ee17c9968504622ac08e577a5 /languages/en.php
parent61d049487a4f1a72f79f8c49bb65ffa82825e378 (diff)
parent33260fd7a88e5e92fbee6ee0719ab4286e9ce221 (diff)
downloadelgg-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/en.php')
-rw-r--r--languages/en.php2
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.',