Index: trunk/extensions/Survey/resources/ext.survey.special.surveys.js |
— | — | @@ -30,7 +30,7 @@ |
31 | 31 | $( '.survey-delete' ).click( function() { |
32 | 32 | $this = $( this ); |
33 | 33 | |
34 | | - if ( confirm( survey.msg( 'surveys-special-confirm-delete' ) ) ) { |
| 34 | + if ( confirm( mw.msg( 'surveys-special-confirm-delete' ) ) ) { |
35 | 35 | deleteSurvey( |
36 | 36 | { |
37 | 37 | id: $this.attr( 'data-survey-id' ), |