Index: trunk/extensions/WikimediaIncubator/SpecialViewUserLang.php |
— | — | @@ -54,8 +54,8 @@ |
55 | 55 | $title = htmlspecialchars( $this->getTitle()->getPrefixedText() ); |
56 | 56 | $action = htmlspecialchars( $wgScript ); |
57 | 57 | $target = htmlspecialchars( $target ); |
58 | | - $ok = wfMsgHtml( 'go' ); |
59 | | - $username = wfMsgHtml( 'username' ); |
| 58 | + $ok = wfMsgHtml( 'wminc-viewuserlang-go' ); |
| 59 | + $username = wfMsgHtml( 'wminc-viewuserlang-user' ); |
60 | 60 | $inputformtop = wfMsgHtml( 'wminc-viewuserlang' ); |
61 | 61 | |
62 | 62 | $wgOut->addHTML( <<<EOT |