Index: contrib/views_slideshow_singleframe/views_slideshow_singleframe.views_slideshow.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/views_slideshow/contrib/views_slideshow_singleframe/Attic/views_slideshow_singleframe.views_slideshow.inc,v retrieving revision 1.1.2.1.2.22 diff -u -p -r1.1.2.1.2.22 views_slideshow_singleframe.views_slideshow.inc --- contrib/views_slideshow_singleframe/views_slideshow_singleframe.views_slideshow.inc 10 May 2010 05:35:39 -0000 1.1.2.1.2.22 +++ contrib/views_slideshow_singleframe/views_slideshow_singleframe.views_slideshow.inc 24 May 2010 02:07:22 -0000 @@ -219,7 +219,7 @@ function views_slideshow_singleframe_vie '#type' => 'textarea', '#title' => t('Advanced Options'), '#default_value' => $view->options['views_slideshow_singleframe']['advanced'], - '#description' => t('Add other jQuery cycle options one per line. Ex. height: 350 !url', array('!url' => l('Click here for the additional options to add.', 'http://malsup.com/jquery/cycle/options.html'))), + '#description' => t('Add other jQuery cycle options one per line. Ex. height: 350 !url', array('!url' => l(t('Click here for the additional options to add.'), 'http://malsup.com/jquery/cycle/options.html'))), ); $form['views_slideshow_singleframe']['ie'] = array( '#type' => 'fieldset', Index: contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.views_slideshow.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/Attic/views_slideshow_thumbnailhover.views_slideshow.inc,v retrieving revision 1.1.2.1.2.22 diff -u -p -r1.1.2.1.2.22 views_slideshow_thumbnailhover.views_slideshow.inc --- contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.views_slideshow.inc 14 May 2010 03:07:51 -0000 1.1.2.1.2.22 +++ contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.views_slideshow.inc 24 May 2010 02:07:23 -0000 @@ -253,7 +253,7 @@ function views_slideshow_thumbnailhover_ '#type' => 'textarea', '#title' => t('Advanced Options'), '#default_value' => $view->options['views_slideshow_thumbnailhover']['advanced'], - '#description' => t('Add other jQuery cycle options one per line. Ex. height: 350 !url', array('!url' => l('Click here for the additional options to add.', 'http://malsup.com/jquery/cycle/options.html'))), + '#description' => t('Add other jQuery cycle options one per line. Ex. height: 350 !url', array('!url' => l(t('Click here for the additional options to add.'), 'http://malsup.com/jquery/cycle/options.html'))), ); $form['views_slideshow_thumbnailhover']['ie'] = array( '#type' => 'fieldset',