diff --git a/modules/simpletest/simpletest.module b/modules/simpletest/simpletest.module index 85c5cc49ceb0ebc68c64c450a0c9a9878662ef41..310dc3582b41a7d2c6d636b2ef0cd80fe2456e59 100644 --- a/modules/simpletest/simpletest.module +++ b/modules/simpletest/simpletest.module @@ -32,7 +32,7 @@ function simpletest_menu() { 'title' => 'Testing', 'page callback' => 'drupal_get_form', 'page arguments' => array('simpletest_test_form'), - 'description' => 'Run tests against Drupal core and your active modules. These tests help assure that your site code is working as designed.', + 'description' => 'Run tests against Drupal core and your modules. These tests help assure that your site code is working as designed.', 'access arguments' => array('administer unit tests'), 'file' => 'simpletest.pages.inc', 'weight' => -5,