summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/search/views/search_link.html.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/search/views/search_link.html.php b/modules/search/views/search_link.html.php
index 983742a3..2aa2d83b 100644
--- a/modules/search/views/search_link.html.php
+++ b/modules/search/views/search_link.html.php
@@ -2,11 +2,11 @@
<form id="gSearchForm">
<ul>
<li>
- <label for="search"><?= _("Search") ?></label>
- <input type="text" name="search" value="<?= _("Search Gallery ...") ?>"/>
+ <label for="gSearch"><?= _("Search the gallery") ?></label>
+ <input type="text" name="search" id="gSearch"/>
</li>
<li>
- <input type="submit" value="<?= _("search") ?>" />
+ <input type="submit" value="<?= _("Go") ?>" />
</li>
</ul>
</form>