Update translator documentation.
This commit is contained in:
parent
1b69be23c4
commit
c421a43b71
|
@ -72,7 +72,8 @@ class SearchForm extends Form
|
||||||
function formActions()
|
function formActions()
|
||||||
{
|
{
|
||||||
$this->out->element('input', array('type' => 'submit',
|
$this->out->element('input', array('type' => 'submit',
|
||||||
'value' => _('Search')));
|
// TRANS: Button text for search button on search form.
|
||||||
|
'value' => _m('BUTTON','Search')));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user