uw.MetadataContent.prototype.disableCopyAllButton = function () {
        this.copyAllStatementsButton.setLabel( mw.message( 'mwe-upwiz-copy-statements-button-done' ).text() );
        this.copyAllStatementsButton.setDisabled( true );
    };