2018-08-01 12:40 GMT+03:00 <ebo...@apache.org>: > Author: ebourg > Date: Wed Aug 1 09:40:15 2018 > New Revision: 1837219 > > URL: http://svn.apache.org/viewvc?rev=1837219&view=rev > Log: > Fixed an improperly doubled quote in the English messages > > Modified: > tomcat/trunk/java/org/apache/naming/LocalStrings.properties > > Modified: tomcat/trunk/java/org/apache/naming/LocalStrings.properties > URL: > http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/naming/LocalStrings.properties?rev=1837219&r1=1837218&r2=1837219&view=diff > ============================================================================== > --- tomcat/trunk/java/org/apache/naming/LocalStrings.properties (original) > +++ tomcat/trunk/java/org/apache/naming/LocalStrings.properties Wed Aug 1 > 09:40:15 2018 > @@ -25,4 +25,4 @@ namingContext.nameNotBound=Name [{0}] is > namingContext.readOnly=Context is read only > namingContext.invalidName=Name is not valid > namingContext.alreadyBound=Name [{0}] is already bound in this Context > -namingContext.noAbsoluteName=Can''t generate an absolute name for this > namespace > +namingContext.noAbsoluteName=Can't generate an absolute name for this > namespace
Proper written spelling is "Cannot". ("Can't" is for spoken language.) So that you can remove the apostrophe altogether. Or replace with a different word ("Failed to generate...", "Unable to generate..."). Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org