From c421a43b711beda714f4847e767089874a06d626 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 30 Aug 2011 11:23:05 +0200 Subject: [PATCH] Update translator documentation. --- lib/searchform.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'))); } /** -- 2.39.2