JSTesting: javascripttest-pagetext-skin msg
authorAntoine Musso <hashar@users.mediawiki.org>
Wed, 4 Jan 2012 10:51:57 +0000 (10:51 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Wed, 4 Jan 2012 10:51:57 +0000 (10:51 +0000)
* added colon in the message
* reworded message

Follow r107919

languages/messages/MessagesEn.php
resources/mediawiki.special/mediawiki.special.javaScriptTest.js

index 2c36bfe..937a5ba 100644 (file)
@@ -3414,7 +3414,7 @@ Please try again.',
 'javascripttest-pagetext-noframework'      => 'This page is reserved for running JavaScript tests.',
 'javascripttest-pagetext-unknownframework' => 'Unknown testing framework "$1".',
 'javascripttest-pagetext-frameworks'       => 'Please choose one of the following testing frameworks: $1',
-'javascripttest-pagetext-skins'            => 'Available skins',
+'javascripttest-pagetext-skins'            => 'Choose a skin to run the tests with:',
 'javascripttest-qunit-name'                => 'QUnit', # do not translate or duplicate this message to other languages
 'javascripttest-qunit-intro'               => 'See [$1 testing documentation] on mediawiki.org.',
 'javascripttest-qunit-heading'             => 'MediaWiki JavaScript QUnit test suite',
index a342989..d413f60 100644 (file)
@@ -9,7 +9,7 @@ jQuery( document ).ready( function( $ ) {
 
                var     $html = $( '<p><label for="useskin">'
                                + mw.message( 'javascripttest-pagetext-skins' ).escaped()
-                               + mw.message( 'colon-separator' ).plain()
+                               + ' '
                                + '</label></p>' ),
                        select = '<select name="useskin" id="useskin">';