Fix missing translations
This commit is contained in:
parent
2e47b00453
commit
cda9f17163
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ class Application_Form_AddShowWhen extends Zend_Form_SubForm
|
||||||
$startNow->setRequired(false)
|
$startNow->setRequired(false)
|
||||||
->setLabel(_('Start Time:'))
|
->setLabel(_('Start Time:'))
|
||||||
->addMultiOptions(array(
|
->addMultiOptions(array(
|
||||||
'now' => 'Now',
|
'now' => _('Now'),
|
||||||
'future' => 'In the Future:'
|
'future' => _('In the Future:')
|
||||||
))
|
))
|
||||||
->setValue('future')
|
->setValue('future')
|
||||||
->setDecorators(array('ViewHelper'));
|
->setDecorators(array('ViewHelper'));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue