Hi!

I have just found a text cannot be translateable in 2.1. I just made a patch to the 2.x-dev for fixing it.

--- views_slideshow_singleframe.views_slideshow.inc.orig 2010-05-10 07:35:39.000000000 +0200
+++ views_slideshow_singleframe.views_slideshow.inc 2010-05-23 13:47:22.774635408 +0200
@@ -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',

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dddave’s picture

Status: Active » Needs work
Denes.Szabo’s picture

Status: Needs work » Needs review
FileSize
1.89 KB

Sorry, I hope, this will be correct.

redndahead’s picture

FileSize
2.77 KB

Thanks looks pretty good. Looks like there was some extra stuff left in. Here is a patch that should cover slideshow and singleframe.

redndahead’s picture

Status: Needs review » Fixed

Patch has been committed. Thank you.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.