Skip to content
Snippets Groups Projects
Commit 050378eb authored by Alex Barth's avatar Alex Barth
Browse files

#913072 alevine, alex_b: Clarify actions after installing replacement modules.

parent efe7eb5f
No related branches found
No related tags found
No related merge requests found
......@@ -483,16 +483,16 @@ function feeds_update_6010() {
drupal_install_modules(array('feeds_news', 'feeds_import'));
if (module_exists('data')) {
drupal_install_modules(array('feeds_fast_news'));
drupal_set_message(t('Installed Feeds News, Feeds Fast News and Feeds Import as replacement for Feeds Defaults module.'));
drupal_set_message(t('Installed Feeds News, Feeds Fast News and Feeds Import as replacement for Feeds Defaults module. If you were not using Feeds Defaults then you can safely disable Feeds News and Feeds Import.'));
}
else {
drupal_set_message(t('Installed Feeds News and Feeds Import as replacement for Feeds Defaults module.'));
drupal_set_message(t('Installed Feeds News and Feeds Import as replacement for Feeds Defaults module. If you were not using Feeds Defaults then you can safely disable Feeds News and Feeds Import.'));
}
if (module_exists('features')) {
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>'));
drupal_set_message(t('<strong>Review enabled state of importer configurations on admin/build/feeds and features on admin/build/features.</strong>'));
}
else {
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>'));
drupal_set_message(t('<strong>Review enabled state of importer configurations on admin/build/feeds and Feeds modules on admin/build/modules.</strong>'));
}
return array();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment