Merge pull request #108 from radiorabe/feature/update-i18n-strings
Update i18n strings
This commit is contained in:
commit
920179318b
63 changed files with 157588 additions and 128465 deletions
|
@ -27,7 +27,7 @@ class Application_Form_AddShowWhat extends Zend_Form_SubForm
|
|||
'class' => 'input_text',
|
||||
'required' => true,
|
||||
'filters' => array('StringTrim'),
|
||||
'value' => _('New Show'),
|
||||
'value' => _('Untitled Show'),
|
||||
'validators' => array($notEmptyValidator, array('StringLength', false, array(0, $maxLens['name'])))
|
||||
));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue