|
From: Paul S. O. <ps...@us...> - 2001-11-24 18:25:55
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv15896 Modified Files: privmsg.php Log Message: What did I say about that catchphrase ... Index: privmsg.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/privmsg.php,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -r1.53 -r1.54 *** privmsg.php 2001/11/21 15:56:12 1.53 --- privmsg.php 2001/11/24 18:25:52 1.54 *************** *** 1545,1550 **** "L_SPELLCHECK" => $lang['Spellcheck'], "L_PREVIEW" => $lang['Preview'], ! "L_SUBMIT" => $lang['Submit_post'], ! "L_CANCEL" => $lang['Cancel_post'], "L_POST_A" => $post_a, "L_FIND_USERNAME" => $lang['Find_username'], --- 1545,1550 ---- "L_SPELLCHECK" => $lang['Spellcheck'], "L_PREVIEW" => $lang['Preview'], ! "L_SUBMIT" => $lang['Submit'], ! "L_CANCEL" => $lang['Cancel'], "L_POST_A" => $post_a, "L_FIND_USERNAME" => $lang['Find_username'], |