From 714e416e3ecea4c0d2320007f719d0e688822dfb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 15 Jan 2010 22:46:59 +0000 Subject: - Patch #678050 by gpk: strings tidy-up for simpletest_requirements(). --- modules/simpletest/simpletest.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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 PHP info page.', 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 PHP info page.', array('@link-phpinfo' => url('admin/reports/status/php'))); } // SimpleTest currently needs 2 cURL options which are incompatible with -- cgit v1.2.3