Author Topic: Change wording on Upload form  (Read 5259 times)

0 Members and 1 Guest are viewing this topic.

Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Change wording on Upload form
« on: June 15, 2007, 01:54:13 AM »
I think Im losing my mind...

I am trying to change the wording on the upload form "description" to something else.

I have looked at the language file and I do not see image_description anywhere.  :idea:

I see the other fields and nothing. I even tried adding it. What am I missing, lol..

Thanks
Jen

manurom

  • Guest
Re: Change wording on Upload form
« Reply #1 on: June 15, 2007, 08:59:42 AM »
Hello;
don't you rather want to change "lang_description"?
"image_description" is a function to get the textarea field display the image description stored in the database.

Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: Change wording on Upload form
« Reply #2 on: June 15, 2007, 04:10:35 PM »
Yes the image description

manurom

  • Guest
Re: Change wording on Upload form
« Reply #3 on: June 15, 2007, 04:26:28 PM »
In lang/english/main.php, find:
Code: [Select]
$lang['description'] = "Description:";
change it to:
Code: [Select]
$lang['description'] = "Whatever you want:";

Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: Change wording on Upload form
« Reply #4 on: June 15, 2007, 04:45:30 PM »
Ive uploaded that change three times yesterday and it didnt take. I did it again this morning and it took  :oops:

I knew that was it but I was curious why it wasnt changing, user error on my part I guess...

Gonna go back to bed now, lol

Thanks manurom

manurom

  • Guest
Re: Change wording on Upload form
« Reply #5 on: June 15, 2007, 05:50:48 PM »
Sometimes you need to clear your browser's cache to see changes effects.