Rename page just go to and find
/yourdomain.com/includes/languages/yorkshire_clean english.php and edit the page 2, 3, 4 within the single quote.
Around line 149 edit this:
define(‘BOX_HEADING_MORE_INFORMATION’, ‘More Information’);
define(‘BOX_INFORMATION_PAGE_2’, ‘Page 2’);
define(‘BOX_INFORMATION_PAGE_3’, ‘Page 3’);
define(‘BOX_INFORMATION_PAGE_4’, ‘Page 4’);
To this:
define(‘BOX_HEADING_MORE_INFORMATION’, ‘My_title’);
define(‘BOX_INFORMATION_PAGE_2’, ‘Important page’);
define(‘BOX_INFORMATION_PAGE_3’, ‘Read this page’);
define(‘BOX_INFORMATION_PAGE_4’, ‘Secret page!’);
Save to includes/languages/custom_template/english.php It will just show in the information box.
You may like to read: How to change page 2,3,4 title in zencart?