X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fsuperfish%2Fsuperfish.install;fp=web%2Fmodules%2Fcontrib%2Fsuperfish%2Fsuperfish.install;h=4e85260f311413b595e06205d59d5f8503b202b9;hp=dcdfb92c0b93a5b309450d6aa19573e6326c53a7;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/modules/contrib/superfish/superfish.install b/web/modules/contrib/superfish/superfish.install index dcdfb92c0..4e85260f3 100644 --- a/web/modules/contrib/superfish/superfish.install +++ b/web/modules/contrib/superfish/superfish.install @@ -15,6 +15,7 @@ function superfish_install() { else { drupal_set_message(t('Superfish library is missing. Please refer to the plugin documentation for how you can fix this issue; Once done, go to the Block layout page and use any of the "Place block" buttons to create a Superfish block.', ['@documentation' => 'http://drupal.org/node/1125896', '@block' => 'structure/block']), 'warning'); } + drupal_set_message(t('If there was no Superfish block in the "Place block" form, go to the Performance page and clear the cache once.', ['@performance' => 'admin/config/development/performance'])); } /** @@ -26,7 +27,7 @@ function superfish_requirements($phase) { $requirements['superfish']['title'] = t('Superfish library'); if (superfish_library_check()) { - $requirements['superfish']['value'] = t('Installed at @location', ['@location' => superfish_library_path()]); + $requirements['superfish']['value'] = t('Installed; at @location', ['@location' => superfish_library_path()]); $requirements['superfish']['severity'] = REQUIREMENT_OK; } else {