diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-04 21:23:50 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-04 21:23:50 +0000 |
commit | 95515b7de6665a6f3a11b9d6b7b3c644ddcc61bb (patch) | |
tree | 385a67c24acc97350d58d276ba1e0bb881b8c540 /views/default | |
parent | 1026deb7ef24677a2a0b48b4297911a4c2eceb6d (diff) | |
download | elgg-95515b7de6665a6f3a11b9d6b7b3c644ddcc61bb.tar.gz elgg-95515b7de6665a6f3a11b9d6b7b3c644ddcc61bb.tar.bz2 |
Fixed problems showing detected values for plugin conflicts. Clarified language for what the first value column means.
git-svn-id: http://code.elgg.org/elgg/trunk@8017 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/admin/components/plugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/admin/components/plugin.php b/views/default/admin/components/plugin.php index ff1abee1e..4c6a8b756 100644 --- a/views/default/admin/components/plugin.php +++ b/views/default/admin/components/plugin.php @@ -185,7 +185,7 @@ if (elgg_view_exists($settings_view)) { if (!$can_activate) { $message = elgg_echo('admin:plugins:warning:unmet_dependencies'); - echo "<p class=\"plugin-cannot-activate\">$message</p>"; + echo "<p class=\"elgg-unsatisfied-dependency\">$message</p>"; } ?> |