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.23 diff -u -p -r1.1.2.1.2.23 views_slideshow_singleframe.views_slideshow.inc --- contrib/views_slideshow_singleframe/views_slideshow_singleframe.views_slideshow.inc 29 May 2010 03:26:50 -0000 1.1.2.1.2.23 +++ contrib/views_slideshow_singleframe/views_slideshow_singleframe.views_slideshow.inc 6 Jun 2010 22:46:19 -0000 @@ -54,7 +54,7 @@ function views_slideshow_singleframe_vie '#type' => 'textfield', '#title' => t('Timer delay'), '#default_value' => $view->options['views_slideshow_singleframe']['timeout'], - '#description' => t('Amount of time in milliseconds between transitions.') + '#description' => t('Amount of time in milliseconds between transitions. Set the value to 0 to not rotate the slideshow automatically.') ); $form['views_slideshow_singleframe']['delay'] = array( '#type' => 'textfield', 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.23 diff -u -p -r1.1.2.1.2.23 views_slideshow_thumbnailhover.views_slideshow.inc --- contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.views_slideshow.inc 29 May 2010 03:26:50 -0000 1.1.2.1.2.23 +++ contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.views_slideshow.inc 6 Jun 2010 22:46:19 -0000 @@ -110,7 +110,7 @@ function views_slideshow_thumbnailhover_ '#type' => 'textfield', '#title' => t('Timer delay'), '#default_value' => $view->options['views_slideshow_thumbnailhover']['timeout'], - '#description' => t('Amount of time in milliseconds between transitions.'), + '#description' => t('Amount of time in milliseconds between transitions. Set the value to 0 to not rotate the slideshow automatically.'), ); $form['views_slideshow_thumbnailhover']['delay'] = array( '#type' => 'textfield',