r83459 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83458‎ | r83459 | r83460 >
Date:15:11, 7 March 2011
Author:robin
Status:ok
Tags:
Comment:
actually use the messages (added in r51123)
Modified paths:
  • /trunk/extensions/WikimediaIncubator/SpecialViewUserLang.php (modified) (history)

Diff [purge]

Index: trunk/extensions/WikimediaIncubator/SpecialViewUserLang.php
@@ -54,8 +54,8 @@
5555 $title = htmlspecialchars( $this->getTitle()->getPrefixedText() );
5656 $action = htmlspecialchars( $wgScript );
5757 $target = htmlspecialchars( $target );
58 - $ok = wfMsgHtml( 'go' );
59 - $username = wfMsgHtml( 'username' );
 58+ $ok = wfMsgHtml( 'wminc-viewuserlang-go' );
 59+ $username = wfMsgHtml( 'wminc-viewuserlang-user' );
6060 $inputformtop = wfMsgHtml( 'wminc-viewuserlang' );
6161
6262 $wgOut->addHTML( <<<EOT

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r51123Update per review on r50188:...robin17:08, 28 May 2009

Status & tagging log