1
Mods & Plugins (Requests & Discussions) / Re: Changing "images" title to Movies
« on: June 18, 2005, 02:12:10 PM »
open /lang/yourlanguage/main.php with editor and change the words you want to change:
Example:
$lang['next_image'] = "Next image:";
change to
$lang['next_image'] = "Next movie:";
Example:
$lang['next_image'] = "Next image:";
change to
$lang['next_image'] = "Next movie:";