| 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.
|