diff options
author | cash <cash.costello@gmail.com> | 2012-01-01 19:42:53 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2012-01-01 19:42:53 -0500 |
commit | 25d11f6cdcc200ae00332197c9bd86858e3620b8 (patch) | |
tree | 9169d74545f7d04a89724053ce2b0fd080e4b09c /mod/diagnostics/languages/en.php | |
parent | 147223bc786833d539b3325db966a3a1eed44956 (diff) | |
download | elgg-25d11f6cdcc200ae00332197c9bd86858e3620b8.tar.gz elgg-25d11f6cdcc200ae00332197c9bd86858e3620b8.tar.bz2 |
moved diagnostics to administer utilities menu area rather than developers
Diffstat (limited to 'mod/diagnostics/languages/en.php')
-rw-r--r-- | mod/diagnostics/languages/en.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/diagnostics/languages/en.php b/mod/diagnostics/languages/en.php index 3619b2ee1..54859941d 100644 --- a/mod/diagnostics/languages/en.php +++ b/mod/diagnostics/languages/en.php @@ -6,10 +6,10 @@ */ $english = array( - 'admin:develop_utilities:diagnostics' => 'System Diagnostics', + 'admin:administer_utilities:diagnostics' => 'System Diagnostics', 'diagnostics' => 'System diagnostics', 'diagnostics:report' => 'Diagnostics Report', - 'diagnostics:description' => 'The following diagnostic report is useful for diagnosing any problems with Elgg, and should be attached to any bug reports you file.', + 'diagnostics:description' => 'The following diagnostic report can be useful for diagnosing problems with Elgg. The developers of Elgg may request that you attach it to a bug report.', 'diagnostics:download' => 'Download', 'diagnostics:header' => '======================================================================== Elgg Diagnostic Report |