Tweaks to UI labels for consistency and clarity.

This commit is contained in:
Paul Baranowski 2011-04-04 13:50:51 -04:00
parent add7744740
commit b98c0f3c85
9 changed files with 21 additions and 21 deletions

View file

@ -7,7 +7,7 @@ class Application_Form_AddShowWho extends Zend_Form_SubForm
{
// Add hosts autocomplete
$this->addElement('text', 'add_show_hosts_autocomplete', array(
'label' => 'Type a Host:',
'label' => 'Search Users:',
'class' => 'input_text ui-autocomplete-input',
'required' => false
));