You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by mo...@apache.org on 2003/06/20 23:47:11 UTC

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/controllers VelocityControllerAction.java

morciuch    2003/06/20 14:47:11

  Modified:    src/java/org/apache/jetspeed/modules/actions/controllers
                        VelocityControllerAction.java
  Log:
  The Save/Apply button was not properly localized (still part of Bugzilla bug# 7667)
  
  Revision  Changes    Path
  1.7       +2 -2      jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/controllers/VelocityControllerAction.java
  
  Index: VelocityControllerAction.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/controllers/VelocityControllerAction.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- VelocityControllerAction.java	27 May 2003 23:58:41 -0000	1.6
  +++ VelocityControllerAction.java	20 Jun 2003 21:47:11 -0000	1.7
  @@ -193,11 +193,11 @@
           String saveLabel = null;
           if (((String) customizationState.getAttribute("customize-paneName")).equalsIgnoreCase("*"))
           {
  -            saveLabel = Localization.getString("CUSTOMIZER_SAVEAPPLY");    
  +            saveLabel = Localization.getString(rundata, "CUSTOMIZER_SAVEAPPLY");    
           }
           else
           {
  -            saveLabel = Localization.getString("CUSTOMIZER_APPLY");
  +            saveLabel = Localization.getString(rundata, "CUSTOMIZER_APPLY");
           }
           context.put("saveLabel", saveLabel);
   
  
  
  

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