Author Topic: Changing "images" title to Movies  (Read 4042 times)

0 Members and 1 Guest are viewing this topic.

Offline ree7

  • Pre-Newbie
  • Posts: 3
    • View Profile
Changing "images" title to Movies
« 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?

Offline hadron

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: Changing "images" title to Movies
« Reply #1 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:";

Offline ree7

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: Changing "images" title to Movies
« Reply #2 on: June 19, 2005, 12:22:41 AM »
Thanks a lot  :D

That was what i was looking for.