diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-06-30 06:33:50 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-06-30 06:33:50 -0400 |
commit | 3b6e176b58655a6a5f46f3a93e4c70512eb6010e (patch) | |
tree | c55c2b3ad38136637e70b79ccbff9937a6c57034 /languages | |
parent | bdc0777d9de30d7e541b3bf3c4d86012e018afcf (diff) | |
download | elgg-3b6e176b58655a6a5f46f3a93e4c70512eb6010e.tar.gz elgg-3b6e176b58655a6a5f46f3a93e4c70512eb6010e.tar.bz2 |
Fixes #3635 added strings for activate and deactivate
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 113585a12..72369c82f 100644 --- a/languages/en.php +++ b/languages/en.php @@ -634,6 +634,8 @@ $english = array( 'admin:plugins' => "Plugins", 'admin:plugins:activate_all' => 'Activate All', 'admin:plugins:deactivate_all' => 'Deactivate All', + 'admin:plugins:activate' => 'Activate', + 'admin:plugins:deactivate' => 'Deactivate', 'admin:plugins:description' => "This admin panel allows you to control and configure tools installed on your site.", 'admin:plugins:opt:linktext' => "Configure tools...", 'admin:plugins:opt:description' => "Configure the tools installed on the site. ", |