View Single Post
Old March 19th, 2006, 04:01 PM   #5 (permalink)
stickypod
Junior Member
Verified Customer
 
stickypod's Avatar
 
Join Date: Mar 2006
Location: Colorado
Posts: 12
I found it

It looked like this in the file:

$Globals['pp_lang']['upload'] = "Upload Photo";
$Globals['pp_lang']['uploadphoto'] = "Upload Photo";

The first line needs to be changed to:

$Globals['pp_lang']['upload'] = "Upload";

I changed the 2nd line originally. Doh!

Last edited by stickypod; March 19th, 2006 at 04:04 PM.
stickypod is offline   Reply With Quote