You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by re...@apache.org on 2001/06/24 22:25:51 UTC

cvs commit: jakarta-slide/src/share/org/apache/slide/util/resources messages.properties

remm        01/06/24 13:25:51

  Modified:    src/share/org/apache/slide/util/resources
                        messages.properties
  Log:
  - Fix some messages.
    Patch submitted by Christopher Lenz <cmlenz at gmx.de>.
  
  Revision  Changes    Path
  1.9       +5 -5      jakarta-slide/src/share/org/apache/slide/util/resources/messages.properties
  
  Index: messages.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/util/resources/messages.properties,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- messages.properties	2001/02/26 00:57:44	1.8
  +++ messages.properties	2001/06/24 20:25:51	1.9
  @@ -1,9 +1,9 @@
   #
   # Slide messages
   #
  -# $Id: messages.properties,v 1.8 2001/02/26 00:57:44 remm Exp $
  +# $Id: messages.properties,v 1.9 2001/06/24 20:25:51 remm Exp $
   #
  -# @version $Revision: 1.8 $ $Date: 2001/02/26 00:57:44 $
  +# @version $Revision: 1.9 $ $Date: 2001/06/24 20:25:51 $
   #
   
   #
  @@ -127,13 +127,13 @@
   # Messages produced by content
   #
   org.apache.slide.content.RevisionAlreadyExistException=\
  -        Revision {0} already exists on object {1}
  +        Revision {1} already exists on object {0}
   org.apache.slide.content.RevisionNotFoundException=\
  -        Revision {0} of object {1} not found
  +        Revision {1} of object {0} not found
   org.apache.slide.content.RevisionDescriptorNotFoundException=\
           No revision descriptor found on object {0}
   org.apache.slide.content.RevisionContentNotFoundException=\
  -        Revision {0} of object {1} content not found
  +        Revision {1} of object {0} content not found
   org.apache.slide.content.BranchNotFoundException=\
           Branch {1} of object {0} not found
   org.apache.slide.content.NodeNotVersionedException=\