<?php
/**
 * @file Set up new text effects.
 */

/**
 * Implements hook_install().
 *
 * Need to flush the cache when this module is enabled or disabled.
 */
function image_effects_text_install() {
  drupal_set_message(t('Additional image effects to add text should now be available in the effects list on !settings_link', array('!settings_link' => l(t('settings'), 'admin/config/media/image-styles'))));
}
