2011/4/22 Konstantin Kolinko <knst.koli...@gmail.com>:
> 2011/4/21  <ma...@apache.org>:
>> Author: markt
>> Date: Thu Apr 21 12:50:40 2011
>> New Revision: 1095686
>>
>> URL: http://svn.apache.org/viewvc?rev=1095686&view=rev
>> Log:
>> i18n for r1090763
>>
>> Modified:
>>    tomcat/trunk/java/org/apache/jasper/compiler/DefaultErrorHandler.java
>>    tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties
>>
>
>> --- tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties 
>> (original)
>> +++ tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties 
>> Thu Apr

>> +jsp.error.location=line: {0}, column {1}
>
> Maybe
> jsp.error.location=line: {0,number,0}, column: {1,number,0}
>
> 1) missing second ':'
> 2) numbers by default are formatted with thousands separator, e.g. "1

Fixed 1).
The 2) is not an issue. I didn't notice that the arguments there are
already strings, by Integer.toString(line). Sorry for the noise.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to