Rename initial show back to "Untitled Show"

This is mainly so we don't have to retranslate this and that it matches with playlists and smart blocks again.
This commit is contained in:
Lucas Bickel 2017-03-21 19:06:01 +01:00
parent 0ac58165a3
commit ca382aedda

View file

@ -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'])))
));