diff --git views_slideshow.module views_slideshow.module index 8053048..2f5ca33 100644 --- views_slideshow.module +++ views_slideshow.module @@ -89,7 +89,7 @@ function views_slideshow_help($path, $arg) { $output = '

' . l('Click here to view the documentation for Views Slideshow', 'admin/advanced_help/views_slideshow') . '

'; } else { - $output = '

' . t('Views Slideshow help can be found by installing and enabling the !help.', array('!advanced_help' => l('Advanced Help module', 'http://drupal.org/project/advanced_help'))) . '

'; + $output = '

' . t('Views Slideshow help can be found by installing and enabling the Advanced Help module.', array('@advanced-help' => url('http://drupal.org/project/advanced_help'))) . '

'; } return $output; }