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

@ -45,7 +45,7 @@ class Application_Form_SoundcloudPreferences extends Zend_Form_SubForm
// Add the description element
$this->addElement('textarea', 'SoundCloudTags', array(
'label' => 'space separated SoundCloud Tags',
'label' => 'SoundCloud Tags: (separate tags with spaces)',
'required' => false,
'class' => 'input_text_area',
'value' => Application_Model_Preference::GetSoundCloudTags(),