diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-07 12:09:55 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-07 12:09:55 -0700 |
commit | 31969a1d8211187e415eac51d155b4efded365f3 (patch) | |
tree | 2f322aac12bedfd03c0ad78161c055461675363b | |
parent | b59e94e7dccc2ce1710ae98bda97ef537fd0c9b7 (diff) |
Forgot this when i was cleaning up for ticket #519
-rw-r--r-- | modules/search/views/search.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/views/search.html.php b/modules/search/views/search.html.php index 6a222ef1..68f05688 100644 --- a/modules/search/views/search.html.php +++ b/modules/search/views/search.html.php @@ -7,7 +7,7 @@ </legend> <ul> <li> - <label for="q"><?= t("Search the gallery") ?></label> + <label for="q"><?= t("Search the Gallery") ?></label> <input name="q" id="q" type="text" value="<?= p::clean($q) ?>"/> </li> <li> |