|
From: James A. <th...@us...> - 2002-03-18 18:42:28
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv16628/includes Modified Files: usercp_email.php Log Message: Fixed bug #528267 Index: usercp_email.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/usercp_email.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** usercp_email.php 18 Mar 2002 13:35:23 -0000 1.2 --- usercp_email.php 18 Mar 2002 18:42:25 -0000 1.3 *************** *** 181,184 **** --- 181,186 ---- 'L_MESSAGE_BODY' => $lang['Message_body'], 'L_MESSAGE_BODY_DESC' => $lang['Email_message_desc'], + 'L_EMPTY_SUBJECT_EMAIL' => $lang['Empty_subject_email'], + 'L_EMPTY_MESSAGE_EMAIL' => $lang['Empty_message_email'], 'L_OPTIONS' => $lang['Options'], 'L_CC_EMAIL' => $lang['CC_email'], |