summaryrefslogtreecommitdiff
path: root/modules/simpletest
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-13 14:25:59 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-13 14:25:59 +0000
commit1e05ca59fa6644d874c76111d27c1d72b86c4112 (patch)
treef0482911c5b63adab2e6efe0a81403db396a638b /modules/simpletest
parentd2fc4b69f7d5be2b620851f8618935b291812ef2 (diff)
downloadbrdo-1e05ca59fa6644d874c76111d27c1d72b86c4112.tar.gz
brdo-1e05ca59fa6644d874c76111d27c1d72b86c4112.tar.bz2
- Patch #682870 by jhodgdon, asimmonds: fixed UI spelling typos.
Diffstat (limited to 'modules/simpletest')
-rw-r--r--modules/simpletest/simpletest.pages.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/simpletest.pages.inc b/modules/simpletest/simpletest.pages.inc
index 846a44f41..66e423ba3 100644
--- a/modules/simpletest/simpletest.pages.inc
+++ b/modules/simpletest/simpletest.pages.inc
@@ -430,7 +430,7 @@ function simpletest_settings_form($form, &$form_state) {
$form['general']['simpletest_clear_results'] = array(
'#type' => 'checkbox',
'#title' => t('Clear results after each complete test suite run'),
- '#description' => t('By default SimpleTest will clear the results after they have been viewed on the results page, but in some cases it may be useful to leave the results in the database. The results can then be viewed at <em>admin/config/development/testing/[test_id]</em>. The test ID can be found in the database, simpletest table, or kept track of when viewing the results the first time. Additionally, some modules may provide more analaysis or features that require this setting to be disabled.'),
+ '#description' => t('By default SimpleTest will clear the results after they have been viewed on the results page, but in some cases it may be useful to leave the results in the database. The results can then be viewed at <em>admin/config/development/testing/[test_id]</em>. The test ID can be found in the database, simpletest table, or kept track of when viewing the results the first time. Additionally, some modules may provide more analysis or features that require this setting to be disabled.'),
'#default_value' => variable_get('simpletest_clear_results', TRUE),
);
$form['general']['simpletest_verbose'] = array(