r108010 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108009‎ | r108010 | r108011 >
Date:10:51, 4 January 2012
Author:hashar
Status:ok
Tags:
Comment:
JSTesting: javascripttest-pagetext-skin msg

* added colon in the message
* reworded message

Follow r107919
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/resources/mediawiki.special/mediawiki.special.javaScriptTest.js (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -3414,7 +3414,7 @@
34153415 'javascripttest-pagetext-noframework' => 'This page is reserved for running JavaScript tests.',
34163416 'javascripttest-pagetext-unknownframework' => 'Unknown testing framework "$1".',
34173417 'javascripttest-pagetext-frameworks' => 'Please choose one of the following testing frameworks: $1',
3418 -'javascripttest-pagetext-skins' => 'Available skins',
 3418+'javascripttest-pagetext-skins' => 'Choose a skin to run the tests with:',
34193419 'javascripttest-qunit-name' => 'QUnit', # do not translate or duplicate this message to other languages
34203420 'javascripttest-qunit-intro' => 'See [$1 testing documentation] on mediawiki.org.',
34213421 'javascripttest-qunit-heading' => 'MediaWiki JavaScript QUnit test suite',
Index: trunk/phase3/resources/mediawiki.special/mediawiki.special.javaScriptTest.js
@@ -9,7 +9,7 @@
1010
1111 var $html = $( '<p><label for="useskin">'
1212 + mw.message( 'javascripttest-pagetext-skins' ).escaped()
13 - + mw.message( 'colon-separator' ).plain()
 13+ + ' '
1414 + '</label></p>' ),
1515 select = '<select name="useskin" id="useskin">';
1616

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r107919merge JSTesting branch into trunk...hashar18:33, 3 January 2012

Status & tagging log