changeset 19:2609e2b47aa2

change ZMI tab name.
author casties
date Fri, 05 Apr 2013 16:37:50 +0200
parents 3913a1c5c583
children c7e6664d60c9
files MPIWGFeature.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/MPIWGFeature.py	Fri Apr 05 16:28:52 2013 +0200
+++ b/MPIWGFeature.py	Fri Apr 05 16:37:50 2013 +0200
@@ -24,7 +24,7 @@
 
     manage_options=Folder.manage_options+(
         {'label':'Change Weight','action':'changeWeightForm'},
-        {'label':'Main Config','action':'changeForm'},
+        {'label':'Configure','action':'changeForm'},
         )
 
     changeWeightForm = PageTemplateFile('zpt/feature/manage_change_weight', globals())