diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-01-01 14:05:31 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-01-01 14:05:31 -0500 |
commit | 51229ebc6691f8edb17a5f15328aa626eabc09fc (patch) | |
tree | 1e7bc8656e62cfea4ec5068946d7604120f38166 /mod/developers/languages/en.php | |
parent | 280f5730b49da487a5ca82c395ca265e37dad997 (diff) | |
download | elgg-51229ebc6691f8edb17a5f15328aa626eabc09fc.tar.gz elgg-51229ebc6691f8edb17a5f15328aa626eabc09fc.tar.bz2 |
Fixes #4137 moves test UI to developers plugin
Diffstat (limited to 'mod/developers/languages/en.php')
-rw-r--r-- | mod/developers/languages/en.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mod/developers/languages/en.php b/mod/developers/languages/en.php index a2682363c..812f779fa 100644 --- a/mod/developers/languages/en.php +++ b/mod/developers/languages/en.php @@ -9,6 +9,7 @@ $english = array( 'admin:develop_tools' => 'Tools', 'admin:develop_tools:preview' => 'Theming Sandbox', 'admin:develop_tools:inspect' => 'Inspect', + 'admin:develop_tools:unit_tests' => 'Unit Tests', 'admin:developers' => 'Developers', 'admin:developers:settings' => 'Settings', @@ -54,6 +55,11 @@ $english = array( 'theme_preview:navigation' => 'Navigation', 'theme_preview:typography' => 'Typography', + // unit tests + 'developers:unit_tests:description' => 'Elgg has unit and integration tests for detecting bugs in its core classes and functions.', + 'developers:unit_tests:warning' => 'Warning: Do Not Run These Tests on a Production Site. They can corrupt your database.', + 'developers:unit_tests:run' => 'Run', + // status messages 'developers:settings:success' => 'Settings saved', ); |