Page 1 of 1

[SOLVED] Donation Text - Where do i go to edit it??

PostPosted: Thu Aug 31, 2006 11:04 am
Author: papapnoi
I want to edit the donation text. Where do I go to edit it??

It currently says

"Confirm Your Donate Amount
Amount to donate: 1 USD
Thanks for your donation! In return, we are glad to increase your total points by 10 "

I want to add, "Please push the paypal button to complete the donation"

thanks
~papa~

PostPosted: Mon Sep 04, 2006 6:34 am
Author: computerz
go to language/lang_english/lang_main.php

FIND

$lang['LW_DONATION_TO_POINTS'] = 'Thanks for your donation! In return, we are glad to increase your total points by %d';


REPLACE WITH

$lang['LW_DONATION_TO_POINTS'] = 'Thanks for your donation! In return, we are glad to increase your total points by %d<br>Please push the paypal button to complete the donation';

Re: Donation Text - Where do i go to edit it??

PostPosted: Mon Sep 04, 2006 9:29 pm
Author: papapnoi
Thanks a lot you are the best have a great day.