Hi,

How does one go about displaying a friendly error message after someone has done a quick find search that reveals no results?

Is it something to do with this?
catalog/includes/languages/english/advanced_search.php

define('TEXT_NO_PRODUCTS', 'There is no product that matches the search criteria.');

And if so how do I define that the quick find should return that text if it doesn't find anything?