'Mark as ham' => 'Clear spam'

This commit is contained in:
Evan Prodromou 2012-03-07 15:09:30 -06:00
parent 74746eb63e
commit c6e7c17396

View File

@ -93,10 +93,10 @@ class TrainHamForm extends Form {
function formActions()
{
$this->submit('train-ham-submit-' . $this->notice->id,
_('Train ham'),
_('Clear spam'),
'submit',
null,
_("Mark as ham"));
_("Clear spam"));
}
/**