Modify the ‘downloads’ slug in Easy Digital Downloads

Change the slug from ‘downloads’ to ‘donations’ in Easy Digital Downloads.

<?php
/*
 * Modify downloads slug
 *
 * Change downloads slug to 'donations'
 *
*/
if ( ! defined( 'EDD_SLUG' ) ) {
    define( 'EDD_SLUG', 'donations' );
}