X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fjquery%2Fjquery.confirmable.mediawiki.js;h=daf23a99c01c8a25fb4873d6dab4f8c0e9c87b4e;hb=bf9c2b0cb30cbe994f3a1859cf46224dd52039e1;hp=7ac04f4e0e053470466b73ac0b8209a428c9ee97;hpb=552125ee3880f1341b96fe828771847174550538;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/jquery/jquery.confirmable.mediawiki.js b/resources/src/jquery/jquery.confirmable.mediawiki.js index 7ac04f4e0e..daf23a99c0 100644 --- a/resources/src/jquery/jquery.confirmable.mediawiki.js +++ b/resources/src/jquery/jquery.confirmable.mediawiki.js @@ -6,8 +6,11 @@ ( function ( mw, $ ) { $.fn.confirmable.defaultOptions.i18n = { + space: mw.message( 'word-separator' ).text(), confirm: mw.message( 'confirmable-confirm', mw.user ).text(), yes: mw.message( 'confirmable-yes' ).text(), - no: mw.message( 'confirmable-no' ).text() + no: mw.message( 'confirmable-no' ).text(), + yesTitle: undefined, + noTitle: undefined }; }( mediaWiki, jQuery ) );