Update of /cvsroot/phpmp/phpMP/languages/english
In directory sc8-pr-cvs1:/tmp/cvs-serv1480/languages/english
Modified Files:
lang_main.php
Log Message:
* languages/english/lang_main.php
Fix a tpyo
Requires -> Required
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/languages/english/lang_main.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** lang_main.php 2 Dec 2002 05:16:46 -0000 1.6
--- lang_main.php 2 Dec 2002 19:51:06 -0000 1.7
***************
*** 19,23 ****
$this->lang['l_realname'] = 'Real Name';
$this->lang['l_location'] = 'Location';
! $this->lang['l_required_field'] = 'Denotes a Requires Field';
$this->lang['l_register_fin'] = 'Your registration has been proccessed. Please check your e-mail for a message explaining how to activate your new account.';
$this->lang['l_fin_register_subject'] = 'Welcome to ' . SITE_NAME . '!';
--- 19,23 ----
$this->lang['l_realname'] = 'Real Name';
$this->lang['l_location'] = 'Location';
! $this->lang['l_required_field'] = 'Denotes a Required Field';
$this->lang['l_register_fin'] = 'Your registration has been proccessed. Please check your e-mail for a message explaining how to activate your new account.';
$this->lang['l_fin_register_subject'] = 'Welcome to ' . SITE_NAME . '!';
|