Content deleted Content added
Marc Kupper (talk | contribs) Add cite |
Marc Kupper (talk | contribs) customize VE |
||
Line 1:
importScript('User:AzaToth/twinkle.js');
importScript('User:Mr.Z-man/refToolbar.js');
//
// Customize the labels for edit and visual editor
//
jQuery( document ).ready( function( $ ) {
$('li#ca-edit span a').html('WT edit'); // changes tabs at top
$('li#ca-ve-edit span a').html('VE edit');
$('.mw-editsection:nth-child(2) a' ).html('WT edit'); // changes section links
$('.mw-editsection-visualeditor').html('VE edit');
} );
|