X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialJavaScriptTest.php;h=7069d5270e89ad5d2b6cdfb5ecf2250b18c40a31;hb=da42257e35682db692accabee6864e40a272243d;hp=f79fdd7828cdbbd250ce553e9ea54d21c1615504;hpb=8734fe02b84c0fdd6fa53454b23ce9239b50dc75;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialJavaScriptTest.php b/includes/specials/SpecialJavaScriptTest.php index f79fdd7828..7069d5270e 100644 --- a/includes/specials/SpecialJavaScriptTest.php +++ b/includes/specials/SpecialJavaScriptTest.php @@ -64,6 +64,7 @@ class SpecialJavaScriptTest extends SpecialPage { // Matched! Display proper title and initialize the framework $out->setPageTitle( $this->msg( 'javascripttest-title', + // Messages: javascripttest-qunit-name $this->msg( "javascripttest-$framework-name" )->plain() ) ); $out->setSubtitle( $this->msg( 'javascripttest-backlink' ) @@ -97,6 +98,7 @@ class SpecialJavaScriptTest extends SpecialPage { array(), Linker::link( $this->getTitle( $framework ), + // Message: javascripttest-qunit-name $this->msg( "javascripttest-$framework-name" )->escaped() ) );