From: tjhunt Date: Wed, 20 Aug 2008 06:46:41 +0000 (+0000) Subject: Missing langauge string from the unit test report. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b601a27548cab48243b749ccf316156b4b6b306e;p=moodle.git Missing langauge string from the unit test report. --- diff --git a/lang/en_utf8/simpletest.php b/lang/en_utf8/simpletest.php index de45799736..69d7d53d26 100644 --- a/lang/en_utf8/simpletest.php +++ b/lang/en_utf8/simpletest.php @@ -16,6 +16,7 @@ $string['retest'] = 'Re-run the tests'; $string['retestonlythisfile'] = 'Re-run only this test file.'; $string['runall'] = 'Run the tests from all the test files.'; $string['runat'] = 'Run at $a.'; +$string['rundbtests'] = 'Run the database tests too.'; $string['runonlyfile'] = 'Run only the tests in this file'; $string['runonlyfolder'] = 'Run only the tests in this folder'; $string['runtests'] = 'Run tests';