forked from GNUsocial/gnu-social
'Mark as ham' => 'Clear spam'
This commit is contained in:
parent
74746eb63e
commit
c6e7c17396
@ -93,10 +93,10 @@ class TrainHamForm extends Form {
|
|||||||
function formActions()
|
function formActions()
|
||||||
{
|
{
|
||||||
$this->submit('train-ham-submit-' . $this->notice->id,
|
$this->submit('train-ham-submit-' . $this->notice->id,
|
||||||
_('Train ham'),
|
_('Clear spam'),
|
||||||
'submit',
|
'submit',
|
||||||
null,
|
null,
|
||||||
_("Mark as ham"));
|
_("Clear spam"));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user