Try doing a Search in Phrases for the text that is being displayed to the users. That can help you track down where it comes from.
And try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php
PHP Code:
define('DISABLE_HOOKS', true);