Author: agilliland
Date: Thu May 17 10:52:15 2007
New Revision: 539040

URL: http://svn.apache.org/viewvc?view=rev&rev=539040
Log:
fix category remove page title.


Modified:
    roller/trunk/src/org/apache/roller/ui/authoring/struts2/CategoryRemove.java

Modified: 
roller/trunk/src/org/apache/roller/ui/authoring/struts2/CategoryRemove.java
URL: 
http://svn.apache.org/viewvc/roller/trunk/src/org/apache/roller/ui/authoring/struts2/CategoryRemove.java?view=diff&rev=539040&r1=539039&r2=539040
==============================================================================
--- roller/trunk/src/org/apache/roller/ui/authoring/struts2/CategoryRemove.java 
(original)
+++ roller/trunk/src/org/apache/roller/ui/authoring/struts2/CategoryRemove.java 
Thu May 17 10:52:15 2007
@@ -58,7 +58,7 @@
     public CategoryRemove() {
         this.actionName = "categoryRemove";
         this.desiredMenu = "editor";
-        this.pageTitle = "editPages.title.removeOK";
+        this.pageTitle = "categoriesForm.rootTitle";
     }
     
     


Reply via email to