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)
|
||||
->setLabel(_('Start Time:'))
|
||||
->addMultiOptions(array(
|
||||
'now' => 'Now',
|
||||
'future' => 'In the Future:'
|
||||
'now' => _('Now'),
|
||||
'future' => _('In the Future:')
|
||||
))
|
||||
->setValue('future')
|
||||
->setDecorators(array('ViewHelper'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue