How to Change “Congratulations! You have successfully installed your Zen Cart® E-Commerce Solution.”?

After we installed zen-cart v1.5.5f, how to change “Congratulations! You have successfully installed your Zen Cart® E-Commerce Solution.”?

Go to includes\languages\english\responsive_classic, and edit index.php.

Replace:

define(‘HEADING_TITLE’, ‘Congratulations! You have successfully installed your Zen Cart® E-Commerce Solution.’);
} elseif ($category_depth == ‘nested’) {
// This section deals with displaying a subcategory
/*Replace this line with the headline you would like for your shop. For example: ‘Welcome to My SHOP!’*/
define(‘HEADING_TITLE’, ‘Congratulations! You have successfully installed your Zen Cart® E-Commerce Solution.’);
}

With:

define(‘HEADING_TITLE’, ‘Save a lot buying eyeglasses online!’);
} elseif ($category_depth == ‘nested’) {
// This section deals with displaying a subcategory
/*Replace this line with the headline you would like for your shop. For example: ‘Welcome to My SHOP!’*/
define(‘HEADING_TITLE’, ‘Buy cheap eyeglasses from www.cheapglasses123.com.’);
}