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 = '<p>' . l('Click here to view the documentation for Views Slideshow', 'admin/advanced_help/views_slideshow') . '</p>';
       }
       else {
-        $output = '<p>' . 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'))) . '</p>';
+        $output = '<p>' . t('Views Slideshow help can be found by installing and enabling the <a href="@advanced-help">Advanced Help module</a>.', array('@advanced-help' => url('http://drupal.org/project/advanced_help'))) . '</p>';
       }
       return $output;
   }
