larryi 02/03/21 19:34:30 Modified: src/share/org/apache/jasper/resources messages.properties Log: Fix broken line. Submitted by: Konrad Kolosowski Revision Changes Path 1.27 +2 -3 jakarta-tomcat/src/share/org/apache/jasper/resources/messages.properties Index: messages.properties =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/resources/messages.properties,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- messages.properties 30 Nov 2001 22:20:07 -0000 1.26 +++ messages.properties 22 Mar 2002 03:34:30 -0000 1.27 @@ -1,4 +1,4 @@ -# $Id: messages.properties,v 1.26 2001/11/30 22:20:07 larryi Exp $ +# $Id: messages.properties,v 1.27 2002/03/22 03:34:30 larryi Exp $ # # Default localized string information # Localized this the Default Locale as is en_US @@ -109,8 +109,7 @@ jsp.error.setproperty.paramOrValue=setProperty: either param or value can be present jsp.error.setproperty.arrayVal=setProperty: can't set array property {0} through a string constant value jsp.warning.keepgen=Warning: Invalid value for the initParam keepgenerated. Will use the default value of \"false\" -jsp.warning.largeFile=Warning: Invalid value for the initParam -largeFile. Will use the default value of \"true\" +jsp.warning.largeFile=Warning: Invalid value for the initParam largeFile. Will use the default value of \"true\" jsp.warning.mappedFile=Warning: Invalid value for the initParam mappedFile. Will use the default value of \"false\" jsp.warning.sendErrToClient=Warning: Invalid value for the initParam sendErrToClient. Will use the default value of \"false\" jsp.warning.classDebugInfo=Warning: Invalid value for the initParam classdebuginfo. Will use the default value of \"false\"
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>