svn: /web/doc-editor/trunk/ js/login.js php/AccountManager.php

[email protected] (Philip Olson)
Newsgroups php.doc.web
Message-ID <[email protected]>
philip                                   Sun, 26 Jun 2011 15:10:30 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=312494

Log:
Fixed an error message typo

Changed paths:
    U   web/doc-editor/trunk/js/login.js
    U   web/doc-editor/trunk/php/AccountManager.php

Modified: web/doc-editor/trunk/js/login.js
===================================================================
--- web/doc-editor/trunk/js/login.js	2011-06-26 13:53:40 UTC (rev 312493)
+++ web/doc-editor/trunk/js/login.js	2011-06-26 15:10:30 UTC (rev 312494)
@@ -312,10 +312,10 @@
                                                         }
                                                     });
                                                 }
-                                                if (o.msg == 'unknow from vcs') {
+                                                if (o.msg == 'unknown from vcs') {
                                                     Ext.Msg.show({
                                                         title   : 'Error',
-                                                        msg     : 'This user is unknow from Php vcs server.<br>Please, try again.',
+                                                        msg     : 'This user is unknown to the PHP VCS server.<br>Please, try again.',
                                                         buttons : Ext.Msg.OK,
                                                         icon    : Ext.MessageBox.ERROR,
                                                         fn      : function()

Modified: web/doc-editor/trunk/php/AccountManager.php
===================================================================
--- web/doc-editor/trunk/php/AccountManager.php	2011-06-26 13:53:40 UTC (rev 312493)
+++ web/doc-editor/trunk/php/AccountManager.php	2011-06-26 15:10:30 UTC (rev 312494)
@@ -321,7 +321,7 @@

             //Authentication failed from the VCS server : others errors
             $return['state'] = false;
-            $return['msg']   = 'unknow from vcs';
+            $return['msg']   = 'unknown from vcs';
         }

         return $return;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.