Index: trunk/extensions/Narayam/js/ext.narayam.core.js |
— | — | @@ -508,7 +508,7 @@ |
509 | 509 | var $narayamMenuItemLabel = $( '<label />' ) |
510 | 510 | .attr( 'for' ,'narayam-' + scheme ) |
511 | 511 | .append( $input ) |
512 | | - .append( mw.html.escape( mw.msg( "narayam-"+ scheme ) ) ); |
| 512 | + .append( mw.message( "narayam-"+ scheme ).escaped() ); |
513 | 513 | |
514 | 514 | var $narayamMenuItem = $( '<li/>' ) |
515 | 515 | .append( $input ) |