summaryrefslogtreecommitdiff
path: root/lib/searchaction.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-21 15:59:54 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-21 15:59:54 +0100
commitca7f701f1744d71c5935452e55cdc38a0d6394a3 (patch)
tree316f25f7d9fe9acf00b3802e720a38b5fce28282 /lib/searchaction.php
parent589c9204a09c7b9ff6167a3abde60d229ad55398 (diff)
i18n for "Keyword(s)"
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 130b28ff5..32e07b4bd 100644
--- a/lib/searchaction.php
+++ b/lib/searchaction.php
@@ -123,7 +123,7 @@ class SearchAction extends Action
if (!common_config('site', 'fancy')) {
$this->hidden('action', $this->trimmed('action'));
}
- $this->input('q', 'Keyword(s)', $q);
+ $this->input('q', _('Keyword(s)'), $q);
$this->submit('search', 'Search');
$this->elementEnd('li');
$this->elementEnd('ul');