diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-07 12:25:19 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-07 12:25:19 -0700 |
commit | e5cd7052e810d9bbd4a4a53b5519b91b9f9f2245 (patch) | |
tree | 7e86566c2a66b0cd218b792982d5938f73f40dc7 | |
parent | 72ebc2fb34a419d9fcc47b121b5279bf27fa37ad (diff) |
Revert "Forgot this when i was cleaning up for ticket #519"
This reverts commit 31969a1d8211187e415eac51d155b4efded365f3.
-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 68f05688..6a222ef1 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> |