summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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');