I was searching for a way to replace the text in search box and
found your module.
I've installed it easily but don't understand how it works.
I'm novice to drupal and php...
How can I change the text in the search box with this module?
How the module knows what to change and where (I'm just entering fields)?
For a novice it is very unclear.
Thanks
Eran
Comments
Comment #1
danreb commentedmaybe this module is what you need for replacing text in search box.
http://drupal.org/project/custom_search_box
Comment #2
robloachYeah, probably. String Overrides just replaces things that are passed through t(). If you search in the Search module for "t(", you'll find strings that you could replace. Thanks!