[Phpfreechat-svn] SF.net SVN: phpfreechat: [704] trunk/src/client/chat.js.tpl.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-08-25 19:55:49
|
Revision: 704 Author: kerphi Date: 2006-08-25 12:55:44 -0700 (Fri, 25 Aug 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=704&view=rev Log Message: ----------- Bug fix: the rehash command result display message didn't work anymore Modified Paths: -------------- trunk/src/client/chat.js.tpl.php Modified: trunk/src/client/chat.js.tpl.php =================================================================== --- trunk/src/client/chat.js.tpl.php 2006-08-25 19:52:12 UTC (rev 703) +++ trunk/src/client/chat.js.tpl.php 2006-08-25 19:55:44 UTC (rev 704) @@ -77,6 +77,8 @@ "Color", // _pfc "PHP FREE CHAT [powered by phpFreeChat-%s]", // _pfc "Enter the text to format", // _pfc + "Configuration has been rehashed", // _pfc + "A problem occurs during rehash", // _pfc ); foreach($labels_to_load as $l) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |