4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: ree7 on June 16, 2005, 03:26:42 AM

Title: Changing "images" title to Movies
Post by: ree7 on June 16, 2005, 03:26:42 AM
i am making a movie clip site and all the titles say "images" is there a way to switch it to {movies} to replace all the image titles?
Title: Re: Changing "images" title to Movies
Post by: hadron 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:";
Title: Re: Changing "images" title to Movies
Post by: ree7 on June 19, 2005, 12:22:41 AM
Thanks a lot  :D

That was what i was looking for.