diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-09-13 21:14:11 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-09-13 21:14:11 -0400 |
commit | 3161a7b0b27508066f26b8cd920b1817f23beeef (patch) | |
tree | 950b5490d197a85ea0a614402ec8ce71a86ef496 /languages/en.php | |
parent | 50aa0ce357fd307ac2623e96f22d7c0f973b22ff (diff) | |
download | elgg-3161a7b0b27508066f26b8cd920b1817f23beeef.tar.gz elgg-3161a7b0b27508066f26b8cd920b1817f23beeef.tar.bz2 |
Fixes #3623 added non-bundled filter option for plugins
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index ab3c523de..6e07b256b 100644 --- a/languages/en.php +++ b/languages/en.php @@ -601,6 +601,7 @@ $english = array( 'admin:plugins:category:inactive' => 'Inactive plugins', 'admin:plugins:category:admin' => 'Admin', 'admin:plugins:category:bundled' => 'Bundled', + 'admin:plugins:category:nonbundled' => 'Non-bundled', 'admin:plugins:category:content' => 'Content', 'admin:plugins:category:development' => 'Development', 'admin:plugins:category:enhancement' => 'Enhancements', |