--- views_slideshow_singleframe.views_slideshow.inc.orig 2010-05-10 07:35:39.000000000 +0200 +++ views_slideshow_singleframe.views_slideshow.inc 2010-05-23 14:06:28.072161145 +0200 @@ -1,5 +1,5 @@ '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', @@ -248,7 +248,7 @@ function views_slideshow_singleframe_vie form_error($form['views_slideshow_singleframe']['speed'], t('!setting must be numeric!',array('Speed'))); } if (!is_numeric($form_state['values']['style_options']['views_slideshow_singleframe']['timeout'])) { - form_error($form['views_slideshow_singleframe']['timeout'], t('!setting must be numeric!',array('Timeout'))); + form_error($form['views_slideshow_singleframe']['speed'], t('!setting must be numeric!',array('timeout'))); } if (!is_numeric($form_state['values']['style_options']['views_slideshow_singleframe']['remember_slide_days'])) { form_error($form['views_slideshow_singleframe']['remember_slide_days'], t('!setting must be numeric!',array('Slide days')));