diff --git a/lib/searchform.php b/lib/searchform.php index d3cf228c36..02ccbc302d 100644 --- a/lib/searchform.php +++ b/lib/searchform.php @@ -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'))); } /**