Update of /cvsroot/phpmp/phpMP/languages/english
In directory sc8-pr-cvs1:/tmp/cvs-serv20166/languages/english
Modified Files:
lang_main.php
Log Message:
Anuther typo bites the dust
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/languages/english/lang_main.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** lang_main.php 2 Dec 2002 22:24:21 -0000 1.9
--- lang_main.php 2 Dec 2002 22:30:13 -0000 1.10
***************
*** 40,44 ****
$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?';
$this->lang['You_are_not_logged_in'] = 'You are not logged in.';
--- 40,44 ----
$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 processed. Please check your e-mail for a message explaining how to activate your new account.';
$this->lang['Forgot_Password'] = 'Forgot Your Password?';
$this->lang['You_are_not_logged_in'] = 'You are not logged in.';
|