From df6796763d344bfa403264be9a6dc911aff9fed9 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 21 Nov 2009 16:04:20 +0100 Subject: i18n for "Search" button text --- lib/searchaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/searchaction.php b/lib/searchaction.php index 32e07b4bd..bb71a2ba1 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'); -- cgit v1.2.3-54-g00ecf