If you mean that you want change the Zen Cart! The Art of E-commerce text in your browser's title bar at the very top ...
Find the file includes/languages/english/meta_tags.php
Make a copy named includes/languages/english/YOUR_TEMPLATE/meta_tags.php where YOUR_TEMPLATE is the name of the directory in which the template you are using is located
Edit the following lines in the new file
PHP Code:
// page title
define('TITLE', 'Zen Cart!');
// Site Tagline
define('SITE_TAGLINE', 'The Art of E-commerce');