diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-01-15 22:46:59 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-01-15 22:46:59 +0000 |
commit | 714e416e3ecea4c0d2320007f719d0e688822dfb (patch) | |
tree | 8131b5bdf8ee0ec7f24718d0003bf72f5d241912 /modules/simpletest | |
parent | c45ff07912b2200d4461e5ee39ce75b6c2a4ef44 (diff) | |
download | brdo-714e416e3ecea4c0d2320007f719d0e688822dfb.tar.gz brdo-714e416e3ecea4c0d2320007f719d0e688822dfb.tar.bz2 |
- Patch #678050 by gpk: strings tidy-up for simpletest_requirements().
Diffstat (limited to 'modules/simpletest')
-rw-r--r-- | modules/simpletest/simpletest.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/simpletest.install b/modules/simpletest/simpletest.install index 903e8dc39..b34c7b543 100644 --- a/modules/simpletest/simpletest.install +++ b/modules/simpletest/simpletest.install @@ -63,7 +63,7 @@ function simpletest_requirements($phase) { ); if (!$has_domdocument) { $requirements['php_domdocument']['severity'] = REQUIREMENT_ERROR; - $requirements['php_domdocument']['description'] =t('SimpleTest requires the DOMDocument class to be available. Check the configure command at the <a href="@link-phpinfo">PHP info page</a>.', array('@link-phpinfo' => url('admin/reports/status/php'))); + $requirements['php_domdocument']['description'] =t('The testing framework requires the DOMDocument class to be available. Check the configure command at the <a href="@link-phpinfo">PHP info page</a>.', array('@link-phpinfo' => url('admin/reports/status/php'))); } // SimpleTest currently needs 2 cURL options which are incompatible with |