From 02281852c84e69851c9cb2f0a26b220824527104 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Thu, 26 Nov 2009 13:45:53 +0000 Subject: [PATCH] Fix: only $a placeholders allowed in language strings --- lang/en_utf8/simpletest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/simpletest.php b/lang/en_utf8/simpletest.php index c07518d82a..47bf704e2d 100644 --- a/lang/en_utf8/simpletest.php +++ b/lang/en_utf8/simpletest.php @@ -54,7 +54,7 @@ $string['updatingnoninsertedrecord'] = 'Trying to update a record that was not i $string['uncaughtexception'] = 'Uncaught exception [{$a->getMessage()}] in [{$a->getFile()}:{$a->getLine()}] TESTS ABORTED.'; $string['uncoveredlines'] = 'Uncovered lines'; $string['unittests'] = 'Unit tests'; -$string['unittestprefixsetting'] = 'Unit test prefix: $CFG->unittestprefix (Edit config.php to modify this).'; +$string['unittestprefixsetting'] = 'Unit test prefix: $a->unittestprefix (Edit config.php to modify this).'; $string['version'] = 'Using SimpleTest version $a.'; ?> -- 2.39.5