// Add a help message pointing to the i18views module if it is not present.
if(!module_exists('i18nviews')){
$plugins['localization']['core']['help'].=' '.t('If you need to translate Views labels into other languages, consider installing the <a href="!path">Internationalization</a> package\'s Views translation module.',array('!path'=>url('http://drupal.org/project/i18n',array('absolute'=>TRUE))));
}
if(module_invoke('ctools','api_version','1.3')){
$plugins['style']['jump_menu_summary']=array(
'title'=>t('Jump menu'),
'help'=>t('Puts all of the results into a select box and allows the user to go to a different page based upon the results.'),