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