summaryrefslogtreecommitdiff
path: root/lib/searchaction.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-21 16:04:20 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-21 16:04:20 +0100
commitdf6796763d344bfa403264be9a6dc911aff9fed9 (patch)
treeaefdfe525ab075574370398d6002a92ae42d5c26 /lib/searchaction.php
parentca7f701f1744d71c5935452e55cdc38a0d6394a3 (diff)
i18n for "Search" button text
Diffstat (limited to 'lib/searchaction.php')
-rw-r--r--lib/searchaction.php2
1 files changed, 1 insertions, 1 deletions
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');