Update translator documentation.

This commit is contained in:
Siebrand Mazeland 2011-08-30 11:23:05 +02:00
parent 1b69be23c4
commit c421a43b71
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,8 @@ class SearchForm extends Form
function formActions()
{
$this->out->element('input', array('type' => 'submit',
'value' => _('Search')));
// TRANS: Button text for search button on search form.
'value' => _m('BUTTON','Search')));
}
/**