4images Forum & Community
4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started 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?
-
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:";
-
Thanks a lot :D
That was what i was looking for.