From df6796763d344bfa403264be9a6dc911aff9fed9 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 21 Nov 2009 16:04:20 +0100 Subject: [PATCH] i18n for "Search" button text --- lib/searchaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/searchaction.php b/lib/searchaction.php index 32e07b4bd1..bb71a2ba15 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -124,7 +124,7 @@ class SearchAction extends Action $this->hidden('action', $this->trimmed('action')); } $this->input('q', _('Keyword(s)'), $q); - $this->submit('search', 'Search'); + $this->submit('search', _('Search')); $this->elementEnd('li'); $this->elementEnd('ul'); $this->elementEnd('fieldset');