Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv23121/chat/lib
Modified Files:
swearing.lib.php3
Log Message:
Fix some bad translations ('bad words' to 'swear words')
Index: swearing.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/swearing.lib.php3,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** swearing.lib.php3 2001/04/10 15:00:05 1.3
--- swearing.lib.php3 2001/04/10 17:51:00 1.4
***************
*** 6,10 ****
// | Copyright (c) 2000-2001 The phpHeaven-team |
// +--------------------------------------------------------------------------+
! // | This library allows to check for 'coarse words'. Users cannot login or |
// | create a room with such words, in messages they are replaced by the |
// | '@#$*!' string or the one you choose. |
--- 6,10 ----
// | Copyright (c) 2000-2001 The phpHeaven-team |
// +--------------------------------------------------------------------------+
! // | This library allows to check for 'swear words'. Users cannot login or |
// | create a room with such words, in messages they are replaced by the |
// | '@#$*!' string or the one you choose. |
|