This tutorial will show you that how you can change the title " Google Site Search " in the Google search hook to anything you want. I know that there is already a tutorial about how to change it through Mysql query, but for some users it doesn't work or they are not able to execute it that well or their Mysql version doesn't support that command and they don't have the knowledge to alter it accordingly. Below is the method to achieve it through source code, easy and effective. From your admin cp, go to Look & Feel > Manage Skin Sets & Templates > Manage Templates in "Your Skin" > under Global Templates > imGoogleSearch > You will find something like this here: <li class='special'> <label for='s_google' title='Google'> <input type='radio' name='search_app' value="google" class='input_radio' id='s_google' /> {$this->lang->words['context_search_google']} </label></li>Replace this --> {$this->lang->words['context_search_google']} <-- with any word you want.Then hit save and you are done! Note: Do not forget to clear your browser's cache.