[jboss-cvs] jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/dao ...

Christian Bauer christian at hibernate.org
Fri Oct 12 12:31:26 EDT 2007


  User: cbauer  
  Date: 07/10/12 12:31:26

  Modified:    examples/wiki/src/main/org/jboss/seam/wiki/core/dao 
                        WikiNodeFactory.java
  Log:
  Internationalized almost all strings
  
  Revision  Changes    Path
  1.13      +4 -2      jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/dao/WikiNodeFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: WikiNodeFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/dao/WikiNodeFactory.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- WikiNodeFactory.java	25 Sep 2007 14:30:44 -0000	1.12
  +++ WikiNodeFactory.java	12 Oct 2007 16:31:26 -0000	1.13
  @@ -88,8 +88,10 @@
           } catch (RuntimeException ex) {
               FacesMessages.instance().addFromResourceBundleOrDefault(
                   FacesMessage.SEVERITY_ERROR,
  -                "memberHomeDirectoryNotFound",
  -                "Could not find member area with id " + memberAreaId + " - your configuration is broken, please change it");
  +                "lacewiki.msg.MemberHomedirectoryNotFound",
  +                "Could not find member area with id {0}  - your configuration is broken, please change it.",
  +                memberAreaId
  +            );
               return null;
           }
       }
  
  
  



More information about the jboss-cvs-commits mailing list