You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2008/08/04 15:30:12 UTC

svn commit: r682380 - /mina/ftpserver/trunk/core/src/main/resources/org/apache/ftpserver/message/FtpStatus.properties

Author: ngn
Date: Mon Aug  4 06:30:12 2008
New Revision: 682380

URL: http://svn.apache.org/viewvc?rev=682380&view=rev
Log:
Corrected some name types

Modified:
    mina/ftpserver/trunk/core/src/main/resources/org/apache/ftpserver/message/FtpStatus.properties

Modified: mina/ftpserver/trunk/core/src/main/resources/org/apache/ftpserver/message/FtpStatus.properties
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/src/main/resources/org/apache/ftpserver/message/FtpStatus.properties?rev=682380&r1=682379&r2=682380&view=diff
==============================================================================
--- mina/ftpserver/trunk/core/src/main/resources/org/apache/ftpserver/message/FtpStatus.properties (original)
+++ mina/ftpserver/trunk/core/src/main/resources/org/apache/ftpserver/message/FtpStatus.properties Mon Aug  4 06:30:12 2008
@@ -230,7 +230,7 @@
 550.SIZE.invalid={output.msg}\: Not a plain file.
 213.SIZE={output.msg}
 
-211.STAT=Apache FTP Server\nConnected to {server.ip}\nConnected from {client.ip}\nLogged in as {client.login}\nEnd of status.
+211.STAT=Apache FtpServer\nConnected to {server.ip}\nConnected from {client.ip}\nLogged in as {client.login}\nEnd of status.
 
 501.STOR=Syntax error in parameters or arguments.
 550.STOR.invalid={output.msg}\: Invalid path.
@@ -254,7 +254,7 @@
 200.STRU=Command STRU okay.
 504.STRU=Command STRU not implemented for the parameter {request.arg}.
 
-215.SYST=UNIX Type\: Apache FTP Server
+215.SYST=UNIX Type\: Apache FtpServer
 
 501.TYPE=Syntax error in parameters or arguments.
 200.TYPE=Command TYPE okay.