diff --git a/feeds.install b/feeds.install index 1bb79d60bf081924ba6b0632e798c0923d837e7f..92e5a79f6c3caf0ee9ddb19bde826e3e65a5f06c 100644 --- a/feeds.install +++ b/feeds.install @@ -506,10 +506,10 @@ function feeds_update_6010() { drupal_set_message(t('Installed Feeds News and Feeds Import as replacement for Feeds Defaults module.')); } if (module_exists('features')) { - drupal_set_message(t('Review importer configurations on admin/build/feeds and disable Feeds Features on admin/build/features if undesired configurations show up.')); + drupal_set_message(t('Replacement features have been installed. <strong>Review enabled state of importer configurations on admin/build/feeds and features on admin/build/features.</strong>')); } else { - drupal_set_message(t('Review importer configurations on admin/build/feeds and disable Feeds Feature modules on admin/build/modules if undesired configurations show up.')); + drupal_set_message(t('Replacement modules have been installed. <strong>Review enabled state of importer configurations on admin/build/feeds and Feeds modules on admin/build/modules.</strong>')); } return array(); }