You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2004/03/30 20:45:25 UTC

cvs commit: jakarta-tapestry/framework/src/org/apache/tapestry TapestryStrings.properties

hlship      2004/03/30 10:45:25

  Modified:    framework/src/org/apache/tapestry TapestryStrings.properties
  Log:
  [27628]  DataSqueezer: Incorrect exception message
  
  Revision  Changes    Path
  1.41      +6 -6      jakarta-tapestry/framework/src/org/apache/tapestry/TapestryStrings.properties
  
  Index: TapestryStrings.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/org/apache/tapestry/TapestryStrings.properties,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- TapestryStrings.properties	9 Mar 2004 22:09:55 -0000	1.40
  +++ TapestryStrings.properties	30 Mar 2004 18:45:25 -0000	1.41
  @@ -313,9 +313,9 @@
   TextToken.error-trimming={0}: Failure trimming leading and trailing whitespace.
   
   SpecificationParser.fail-convert-boolean=Could not convert ''{0}'' to boolean.
  -SpecificationParser.fail-convert-int=Could not convert '{0}' to integer.
  -SpecificationParser.fail-convert-double=Could not convert '{0}' to double.
  -SpecificationParser.fail-convert-long=Could not convert '{0}' to long.
  +SpecificationParser.fail-convert-int=Could not convert ''{0}'' to integer.
  +SpecificationParser.fail-convert-double=Could not convert ''{0}'' to double.
  +SpecificationParser.fail-convert-long=Could not convert ''{0}'' to long.
   SpecificationParser.unexpected-component-public-id=Unexpected component specification with public identifier {0}.
   SpecificationParser.unexpected-application-public-id=Unexpected application specification with public identifier {0}.
   SpecificationParser.both-type-and-copy-of=Contained component {0} contains both type and copy-of attributes.
  @@ -425,11 +425,11 @@
   DataSqueezer.null-class=The dataClass may not be null.
   DataSqueezer.null-adaptor=The adaptor may not be null.
   DataSqueezer.prefix-out-of-range=DataSqueezer prefix must be in the range ''!'' to ''z''.
  -DataSqueezer.adaptor-prefix-taken=An adaptor for prefix '{0}' is already registered.
  +DataSqueezer.adaptor-prefix-taken=An adaptor for prefix ''{0}'' is already registered.
   
   SerializableAdaptor.class-not-found=Class {0} not found.
   SerializableAdaptor.unable-to-convert=Cannot convert {0} into a modified Base64 character.
  -SerializableAdaptor.unable-to-interpret-char=Cannot interpret '{0}' as a modified Base64 character.
  +SerializableAdaptor.unable-to-interpret-char=Cannot interpret ''{0}'' as a modified Base64 character.
   
   ComponentAddressAdaptor.no-separator=Invalid ComponentAddress encoding -- separator not present
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org