CC-2922: Manage media folders text
- done
This commit is contained in:
parent
f4aec0a165
commit
1059cee80c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Application_Form_WatchedDirPreferences extends Zend_Form_SubForm
|
||||||
|
|
||||||
$this->addElement('text', 'watchedFolder', array(
|
$this->addElement('text', 'watchedFolder', array(
|
||||||
'class' => 'input_text',
|
'class' => 'input_text',
|
||||||
'label' => 'Choose a Folder to Watch:',
|
'label' => 'Choose a Watched Folder:',
|
||||||
'required' => false,
|
'required' => false,
|
||||||
'filters' => array('StringTrim'),
|
'filters' => array('StringTrim'),
|
||||||
'value' => '',
|
'value' => '',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue