I want to change the "SOLD IT!" to something more generic like. "DELIST AD" or "REMOVE AD" as it appears in many ad types that it doesn't seem suited for (ie: Wanted and other category types I have created).
Code:
Content visible to verified customers only.
Can I simply edit this code in english.php:
Quote:
|
$Globals['pp_lang']['soldit'] = "SOLD IT!";
|
to something like this:
Quote:
|
$Globals['pp_lang']['soldit'] = "REMOVE AD";
|