);
if ($isMultiple) {
$this->assign('multiRecordDisplay', $this->_multiRecordDisplay);
- $saveButtonName = $this->_copyValueId ? 'Save a Copy': 'Save';
+ $saveButtonName = $this->_copyValueId ? ts('Save a Copy') : ts('Save');
$this->addButtons(array(
array(
'type' => 'upload',
- 'name' => ts('%1', array(1 => $saveButtonName)),
+ 'name' => $saveButtonName,
'isDefault' => TRUE,
),
array(
// reset the group contact cache for this group
CRM_Contact_BAO_GroupContactCache::remove();
}
-}
\ No newline at end of file
+}