Update of /cvsroot/phpmp/phpMP/languages/english
In directory sc8-pr-cvs1:/tmp/cvs-serv17843/languages/english
Modified Files:
lang_main.php
Log Message:
Look's like I need to get used to working with a few people on here...
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/languages/english/lang_main.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** lang_main.php 2 Dec 2002 22:21:07 -0000 1.8
--- lang_main.php 2 Dec 2002 22:24:21 -0000 1.9
***************
*** 39,43 ****
$this->lang['Account_Activated'] = 'Your account has been activated. You may now log in.';
! $this->lang['Required_Field'] = 'Denotes a Requires Field';
$this->lang['Registration_Finished'] = 'Your registration has been proccessed. Please check your e-mail for a message explaining how to activate your new account.';
$this->lang['Forgot_Password'] = 'Forgot Your Password?';
--- 39,43 ----
$this->lang['Account_Activated'] = 'Your account has been activated. You may now log in.';
! $this->lang['Required_Field'] = 'Denotes a Required Field';
$this->lang['Registration_Finished'] = 'Your registration has been proccessed. Please check your e-mail for a message explaining how to activate your new account.';
$this->lang['Forgot_Password'] = 'Forgot Your Password?';
|