[Zope3-checkins] CVS: Zope3/src/zope/app/workflow - configure.zcml:1.7

Philipp von Weitershausen philikon at philikon.de
Wed Aug 20 15:21:15 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/workflow
In directory cvs.zope.org:/tmp/cvs-serv32583/src/zope/app/workflow

Modified Files:
	configure.zcml 
Log Message:
Fix i18n message ids. We now have explicit message ids in many places where
the English default text is ambigious. Also, message IDs ending with a colon
have been avoided.

German translation was updated accordingly.


=== Zope3/src/zope/app/workflow/configure.zcml 1.6 => 1.7 ===
--- Zope3/src/zope/app/workflow/configure.zcml:1.6	Sun Aug  3 15:08:44 2003
+++ Zope3/src/zope/app/workflow/configure.zcml	Wed Aug 20 14:21:14 2003
@@ -8,15 +8,21 @@
 
 <permission 
   id="zope.workflow.ManageProcessDefinitions" 
-  title="Manage Workflow ProcessDefinitions" />
+  title="[manage-workflow-processdefinitions-permission]
+         Manage Workflow ProcessDefinitions"
+  />
 
 <permission 
   id="zope.workflow.CreateProcessInstances"
-  title="Create Workflow ProcessInstances" />
+  title="[create-workflow-processinstances-permission]
+         Create Workflow ProcessInstances"
+  />
 
 <permission
   id="zope.workflow.UseProcessInstances"
-  title="Use Workflow ProcessInstances" />
+  title="[use-workflow-processinstances-permission]
+         Use Workflow ProcessInstances"
+  />
 
 
 <!-- Workflow Service -->




More information about the Zope3-Checkins mailing list