Index: trunk/phase3/includes/specials/SpecialPreferences.php |
— | — | @@ -872,7 +872,7 @@ |
873 | 873 | if( $skinkey == $this->mSkin ) { |
874 | 874 | $cssPage = Title::makeTitleSafe( NS_USER, $wgUser->getName().'/'.$skinkey.'.css' ); |
875 | 875 | $jsPage = Title::makeTitleSafe( NS_USER, $wgUser->getName().'/'.$skinkey.'.js' ); |
876 | | - $customCSS = $sk->makeLinkObj( $cssPage, wfMsgHtml('prefs-custom-css') ); |
| 876 | + $customCSS = $sk->makeLinkObj( $cssPage, wfMsgExt('prefs-custom-css', array() ) ); |
877 | 877 | $customJS = $sk->makeLinkObj( $jsPage, wfMsgHtml('prefs-custom-js') ); |
878 | 878 | $extraLinks = " ($customCSS) ($customJS)"; |
879 | 879 | } |