Closed (fixed)
Project:
Diaporama
Version:
5.x-1.2-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2008 at 04:20 UTC
Updated:
11 Aug 2008 at 10:02 UTC
I've forgotten to mention it for a long time. Sorry I don't know how to make a patch.
Line 148
'#options' => array('fade' => 'Fade','slide' => 'Slide','push' => 'Push','pop' => 'Pop','warp' => 'Warp','blur' => 'Blur')
should be
'#options' => array('fade' => t('Fade'),'slide' => t('Slide'),'push' => t('Push'),'pop' => t('Pop'),'warp' => t('Warp'),'blur' => t('Blur'))
and
Line 617
'#options' => array('Fade' => 'Fade','Slide' => 'Slide','Push' => 'Push','Pop' => 'Pop','Warp' => 'Warp','Blur' => 'Blur')
should be
'#options' => array(t('Fade') => t('Fade'),t('Slide') => t('Slide'),t('Push') => t('Push'),t('Pop') => t('Pop'),t('Warp') => t('Warp'),t('Blur') => t('Blur'))
Comments
Comment #1
goz commentedit's right. I'll fix it
Comment #2
ryo commentedThis issue is fixed in 5.x-1.2-beta3.
Comment #3
goz commentedThanks for fixed confirmation
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.