husted      2003/01/20 04:43:44

  Modified:    src/share/org/apache/struts/util LocalStrings.properties
  Log:
  Resolve bug 16250 -  typing error in exception text - submitted by  Leo Mekenkamp
  
  Revision  Changes    Path
  1.7       +1 -1      
jakarta-struts/src/share/org/apache/struts/util/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/util/LocalStrings.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- LocalStrings.properties   8 Aug 2002 23:53:44 -0000       1.6
  +++ LocalStrings.properties   20 Jan 2003 12:43:44 -0000      1.7
  @@ -1,6 +1,6 @@
   actionErrors.errors=Cannot process ActionErrors instance of class {0}
   actionMessages.errors=Cannot process ActionMessages instance of class {0}
  -computeURL.forward=Cannot retrive ActionForward named {0}
  +computeURL.forward=Cannot retrieve ActionForward named {0}
   computeURL.forwards=Cannot retrieve ActionForwards collection
   computeURL.specifier=You must specify exactly one of "forward", "href", or "page"
   lookup.access=Invalid access looking up property {0} of bean {1}
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to