CC-2946: "Record" should be renamed to "Record from Line In"

- fixed
This commit is contained in:
James 2011-10-11 17:26:56 -04:00
parent 20e9002310
commit 701094b743
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class Application_Form_AddShowRR extends Zend_Form_SubForm
{
// Add record element
$this->addElement('checkbox', 'add_show_record', array(
'label' => 'Record?',
'label' => 'Record from Line In?',
'required' => false,
));